浏览代码

Bugfix AppImage

Peter Squicciarini 5 年之前
父节点
当前提交
75bbad9a0d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      VSCodium-AppImage-Recipe.yml
  2. 1 1
      src/resources/linux/appimage/pkg2appimage

+ 1 - 1
VSCodium-AppImage-Recipe.yml

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

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

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