Skip to content

Commit

Permalink
fixed error in package_release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Dec 20, 2023
1 parent d7c5efa commit 5b3ffd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/package_release.nims
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ proc copySharedFilesTo(dir: string) =
cpDir2 "scripting", dir
cpDir2 "docs", dir
mkDir dir/"src"
mkDir dir/"src/misc"
cpFile2 "src/scripting_api.nim", dir/"src"
cpFile2 "src/misc/timer.nim", dir/"src/misc"
cpFile2 "src/misc/id.nim", dir/"src/misc"
Expand All @@ -66,9 +67,6 @@ copySharedFilesTo releaseWeb
cpFile2 "ast.exe", releaseWindows
cpFile2 "tools/absytree-server.exe", releaseWindows
cpFile2 "tools/nimsuggest-ws.exe", releaseWindows
# cpFile2 "libgcc_s_seh-1.dll", releaseWindows
# cpFile2 "libstdc++-6.dll", releaseWindows
# cpFile2 "libwinpthread-1.dll", releaseWindows

cpFile2 "ast", releaseLinux
cpFile2 "tools/absytree-server", releaseLinux
Expand Down

0 comments on commit 5b3ffd4

Please sign in to comment.