Skip to content

Commit 3c375e3

Browse files
committed
Remove shebang, which causes file not found error on MacOS (which is odd because /bin/sh definitely exists)
1 parent 22d5fe3 commit 3c375e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
PACKAGED_DIR = "Packaged"
99

1010
CMD_SCRIPT = "dotnet exec/{NAME}.dll > nul"
11-
SH_SCRIPT = "#!/bin/sh \n dotnet exec/{NAME}.dll"
11+
SH_SCRIPT = "dotnet exec/{NAME}.dll"
1212

1313
subdirs = []
1414

0 commit comments

Comments
 (0)