mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Add Linux AppImage maker for universal builds
This commit is contained in:
@@ -40,6 +40,19 @@ if (buildTarget == "deb" || buildTarget == "all") {
|
||||
});
|
||||
}
|
||||
|
||||
if (buildTarget == "appimage" || buildTarget == "all") {
|
||||
makers.push({
|
||||
name: "@reforged/maker-appimage",
|
||||
config: {
|
||||
options: {
|
||||
bin: packageJson.productName,
|
||||
name: packageJson.productName,
|
||||
icon: "./assets/icon.png",
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
async function fileExists(filePath) {
|
||||
try {
|
||||
await fs.access(filePath);
|
||||
|
||||
Reference in New Issue
Block a user