fix-cross-platform builds

This commit is contained in:
sdfasd 2020-08-30 01:12:09 -07:00 committed by hormelcookies
parent bc5b8c7fed
commit 25332c178a
1 changed files with 9 additions and 3 deletions

View File

@ -29,8 +29,12 @@ win:
- "**/*.dll" - "**/*.dll"
linux: linux:
target: target:
- zip - target: zip
- AppImage arch:
- x64
- target: AppImage
arch:
- x64
icon: discord.png icon: discord.png
files: files:
- "**/*" - "**/*"
@ -44,7 +48,9 @@ linux:
- "**/*.so.4" - "**/*.so.4"
mac: mac:
target: target:
- zip - target: zip
arch:
- x64
icon: app_icon_darwin.icns icon: app_icon_darwin.icns
files: files:
- "**/*" - "**/*"