mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
chore: linux appimagetool
This commit is contained in:
@@ -668,7 +668,7 @@ fun packOnLinux(distributionDir: Directory, finalFilenameWithoutExtension: Strin
|
|||||||
commandLine(
|
commandLine(
|
||||||
"wget",
|
"wget",
|
||||||
"-O", appimagetool.absolutePath,
|
"-O", appimagetool.absolutePath,
|
||||||
"https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-${if (arch.isArm) "aarch64" else "x86_64"}.AppImage"
|
"https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-${if (arch.isArm) "aarch64" else "x86_64"}.AppImage"
|
||||||
)
|
)
|
||||||
workingDir = distributionDir.asFile
|
workingDir = distributionDir.asFile
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user