File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 5151 - script : sudo apt-get install libfuse2
5252 displayName : " Installing libfuse2"
5353
54+ - script : sudo apt-get install desktop-file-utils
55+ displayName : " Installing desktop-file-utils"
56+
5457 - script : npm run gulp "app:appimage-linux"
5558 displayName : " Package AppImage Artifact"
5659
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const LINUX_PLATFORM = "linux";
4141const MAC_ARCH = "x64" ;
4242const MAC_PLATFORM = "mas" ;
4343
44- const APP_IMAGE_RELEASE_URL = "https://api.github.com/repos/AppImage/AppImageKit /releases" ;
44+ const APP_IMAGE_RELEASE_URL = "https://api.github.com/repos/AppImage/appimagetool /releases" ;
4545const APP_IMAGE_TOOL_NAME = "appimagetool-x86_64.AppImage" ;
4646const APP_IMAGE_DIR = path . join ( OUTPUT_DIR_APP , "sieve.AppDir" ) ;
4747
You can’t perform that action at this time.
0 commit comments