Skip to content

Commit 7e58884

Browse files
committed
linux build.sh: parametrise arch label
1 parent 8d67d36 commit 7e58884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/linux/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
NAME="pcbasic-$1-linux-i386"
2+
NAME="pcbasic-$1-linux-$2"
33

44
pyinstaller installer.spec
55

0 commit comments

Comments
 (0)