Parcourir la source

Add architecture to the name of 0install archives

Leo il y a 9 ans
Parent
commit
411a64ea0e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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