Browse Source

Add architecture to the name of 0install archives

Leo 9 years ago
parent
commit
411a64ea0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      0install.sh

+ 1 - 1
0install.sh

@@ -15,7 +15,7 @@ mv BUILD_INFO.txt ./dist/
 
 cd dist
 # Archive name
-name=oclaunch-v$(cat ../VERSION)
+name=oclaunch-v$(cat ../VERSION)_$(arch)
 mkdir $name
 # Put executable in it
 mv oclaunch BUILD_INFO.txt $name