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 20babed commit 8d5ef59Copy full SHA for 8d5ef59
1 file changed
build.sh
@@ -14,8 +14,7 @@ if [ "$RUNNER_OS" == "Linux" ]; then
14
cp $i dist/transforms
15
done
16
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)
+ cp build/hijackcompiler.bin dist/hijackcompiler
19
20
elif [ "$RUNNER_OS" == "Windows" ]; then
21
for i in build/*.pyd; do
0 commit comments