Selaa lähdekoodia

Merge pull request #300 from stripedpajamas/fix-appimage

Fix appimage
Peter Squicciarini 5 vuotta sitten
vanhempi
sitoutus
2ea6d93325
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1 1
      VSCodium-AppImage-Recipe.yml
  2. 1 1
      src/resources/linux/appimage/pkg2appimage
  3. 1 1
      sum.sh

+ 1 - 1
VSCodium-AppImage-Recipe.yml

@@ -16,7 +16,7 @@ ingredients:
     - deb http://archive.ubuntu.com/ubuntu/ trusty main universe
   script:
     - pwd
-    - cp ../.build/linux/deb/amd64/deb/*.deb .
+    - cp ../vscode/.build/linux/deb/amd64/deb/*.deb .
     - ls codium_*.deb | cut -d _ -f 2 > VERSION
 
 script:

+ 1 - 1
src/resources/linux/appimage/pkg2appimage

@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 # env
-
+ARCH=x86_64
 HERE="$(dirname "$(readlink -f "${0}")")"
 
 # Use privately bundled apt-get and dpkg-deb if available; can be got on trusty using

+ 1 - 1
sum.sh

@@ -27,7 +27,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
     sum_file VSCodiumUserSetup-*.exe
     sum_file VSCodium-win32-*.zip
   else # linux
-    cp vscode/out/*.AppImage .
+    cp out/*.AppImage .
     cp vscode/.build/linux/deb/amd64/deb/*.deb .
     cp vscode/.build/linux/rpm/x86_64/*.rpm .