2020-08-29 13:33:55 +02:00
|
|
|
---
|
2020-09-12 14:52:50 +02:00
|
|
|
appId: com.squirrel.Lightcord.Lightcord
|
2020-08-29 13:33:55 +02:00
|
|
|
productName: Lightcord
|
2020-09-12 14:52:50 +02:00
|
|
|
remoteBuild: false
|
2020-08-29 13:33:55 +02:00
|
|
|
directories:
|
|
|
|
app: distApp
|
|
|
|
output: builds
|
2020-08-30 09:56:57 +02:00
|
|
|
# This is to get around the bug in electron-builder with not including nested node_modules.
|
2020-08-30 10:38:03 +02:00
|
|
|
afterPack: "afterpack.js"
|
2020-08-29 13:33:55 +02:00
|
|
|
win:
|
2020-09-12 14:52:50 +02:00
|
|
|
artifactName: ${name}-win32-${arch}.${ext}
|
2020-08-29 13:33:55 +02:00
|
|
|
target:
|
|
|
|
- target: zip
|
|
|
|
arch:
|
|
|
|
- ia32
|
2020-08-30 09:56:57 +02:00
|
|
|
- target: portable
|
|
|
|
arch:
|
|
|
|
- ia32
|
2020-09-12 14:52:50 +02:00
|
|
|
icon: discord.ico
|
2020-08-29 13:33:55 +02:00
|
|
|
publisherName: Lightcord
|
|
|
|
files:
|
2020-08-30 09:56:57 +02:00
|
|
|
- "**/*"
|
2020-08-29 13:33:55 +02:00
|
|
|
- "!**/*.ts"
|
|
|
|
- "!**/*.so"
|
|
|
|
- "!**/*.4"
|
2020-08-30 09:01:24 +02:00
|
|
|
- "!**/*.dylib"
|
2020-08-30 09:56:57 +02:00
|
|
|
- "!**/*_darwin.node"
|
|
|
|
- "!**/*_linux.node"
|
|
|
|
asarUnpack:
|
|
|
|
- "**/*.node"
|
|
|
|
- "**/*.dll"
|
2020-08-29 13:33:55 +02:00
|
|
|
linux:
|
2020-09-12 14:52:50 +02:00
|
|
|
artifactName: ${name}-linux-${arch}.${ext}
|
2020-08-29 13:33:55 +02:00
|
|
|
target:
|
2020-08-30 10:12:09 +02:00
|
|
|
- target: zip
|
|
|
|
arch:
|
|
|
|
- x64
|
2020-09-12 14:52:50 +02:00
|
|
|
# - target: AppImage
|
|
|
|
# arch:
|
|
|
|
# - x64
|
2020-08-30 09:01:24 +02:00
|
|
|
icon: discord.png
|
2020-08-29 13:33:55 +02:00
|
|
|
files:
|
2020-08-30 09:56:57 +02:00
|
|
|
- "**/*"
|
2020-08-29 13:33:55 +02:00
|
|
|
- "!**/*.ts"
|
|
|
|
- "!**/*.dll"
|
2020-08-30 09:01:24 +02:00
|
|
|
- "!**/*.dylib"
|
2020-08-30 09:56:57 +02:00
|
|
|
- "!**/discord*.node"
|
|
|
|
- "**/*_linux.node"
|
|
|
|
asarUnpack:
|
|
|
|
- "**/*_linux.node"
|
|
|
|
- "**/*.so.4"
|
2020-08-29 13:33:55 +02:00
|
|
|
mac:
|
2020-09-12 14:52:50 +02:00
|
|
|
artifactName: ${name}-darwin-${arch}.${ext}
|
2020-08-29 13:33:55 +02:00
|
|
|
target:
|
2020-08-30 10:12:09 +02:00
|
|
|
- target: zip
|
|
|
|
arch:
|
|
|
|
- x64
|
2020-09-12 14:52:50 +02:00
|
|
|
icon: discord.icns
|
2020-08-29 13:33:55 +02:00
|
|
|
files:
|
2020-08-30 09:56:57 +02:00
|
|
|
- "**/*"
|
2020-08-29 13:33:55 +02:00
|
|
|
- "!**/*.ts"
|
|
|
|
- "!**/*.dll"
|
|
|
|
- "!**/*.so"
|
|
|
|
- "!**/*.4"
|
2020-08-30 09:56:57 +02:00
|
|
|
- "!**/discord*.node"
|
|
|
|
- "**/*_darwin.node"
|
|
|
|
asarUnpack:
|
2020-08-30 10:38:03 +02:00
|
|
|
- "**/*_darwin.node"
|
2020-08-30 09:56:57 +02:00
|
|
|
- "**/*.dylib"
|
|
|
|
|