Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Terrible work-around for issue #50
Browse files Browse the repository at this point in the history
  • Loading branch information
minexew committed Nov 12, 2020
1 parent 4b873b8 commit aef5fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/ShrineDistro.HC
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ U0 StdDistroPrep()
CopyTree("C:/Compiler",TOS_DISTRO_DIR "/Compiler");
CopyTree("C:/Demo",TOS_DISTRO_DIR "/Demo");
CopyTree("C:/Doc",TOS_DISTRO_DIR "/Doc");
Move(TOS_DISTRO_DIR "/Doc/StandBy.DD", TOS_DISTRO_DIR "/Doc/StandBy.DD.Z"); // issue #50 workaround
CopyTree("C:/Downloads",TOS_DISTRO_DIR "/Downloads");
DirMk(TOS_DISTRO_DIR "/Home");
CopyTree("C:/Kernel",TOS_DISTRO_DIR "/Kernel");
Expand Down

0 comments on commit aef5fb8

Please sign in to comment.