Skip to content

Commit 8d5ef59

Browse files
committed
nvm
1 parent 20babed commit 8d5ef59

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ if [ "$RUNNER_OS" == "Linux" ]; then
1414
cp $i dist/transforms
1515
done
1616
chmod +x build/hijackcompiler.bin
17-
cp build/hijackcompiler.bin dist/hijackcompiler.exe
18-
# Here we copy it and set it's extension as .exe, because hammer won't be able to launch it otherwise (it would require manual reconfiguration)
17+
cp build/hijackcompiler.bin dist/hijackcompiler
1918

2019
elif [ "$RUNNER_OS" == "Windows" ]; then
2120
for i in build/*.pyd; do

0 commit comments

Comments
 (0)