Skip to content

Commit 2e3017f

Browse files
committed
fix: appimage release url
1 parent 4bcefba commit 2e3017f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)