Skip to content

Commit 27d1ca1

Browse files
committed
fix: appimage release url
1 parent 4bcefba commit 27d1ca1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.azure/linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
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

gulp/gulpfile.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const LINUX_PLATFORM = "linux";
4141
const MAC_ARCH = "x64";
4242
const 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";
4545
const APP_IMAGE_TOOL_NAME = "appimagetool-x86_64.AppImage";
4646
const APP_IMAGE_DIR = path.join(OUTPUT_DIR_APP, "sieve.AppDir");
4747

0 commit comments

Comments
 (0)