We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcefba commit 2e3017fCopy full SHA for 2e3017f
gulp/gulpfile.app.mjs
@@ -41,7 +41,7 @@ const LINUX_PLATFORM = "linux";
41
const MAC_ARCH = "x64";
42
const MAC_PLATFORM = "mas";
43
44
-const APP_IMAGE_RELEASE_URL = "https://api.github.com/repos/AppImage/AppImageKit/releases";
+const APP_IMAGE_RELEASE_URL = "https://api.github.com/repos/AppImage/appimagetool/releases";
45
const APP_IMAGE_TOOL_NAME = "appimagetool-x86_64.AppImage";
46
const APP_IMAGE_DIR = path.join(OUTPUT_DIR_APP, "sieve.AppDir");
47
0 commit comments