We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e51e89 commit cdae916Copy full SHA for cdae916
build/scripts/package.windows.sh
@@ -10,7 +10,7 @@ cd build
10
rm -rf SourceGit/*.pdb
11
12
if [[ "$OSTYPE" == "msys" || "$OSTYPE" == "cygwin" || "$OSTYPE" == "win32" ]]; then
13
- powershell -Command "Compress-Archive -Path SourceGit\\* -DestinationPath \"sourcegit_$VERSION.$RUNTIME.zip\" -Force"
+ powershell -Command "Compress-Archive -Path SourceGit -DestinationPath \"sourcegit_$VERSION.$RUNTIME.zip\" -Force"
14
else
15
- zip "sourcegit_$VERSION.$RUNTIME.zip" -r SourceGit
+ zip "sourcegit_$VERSION.$RUNTIME.zip" -r SourceGit
16
fi
0 commit comments