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"
linux:
target:
- zip
- AppImage
- target: zip
arch:
- x64
- target: AppImage
arch:
- x64
icon: discord.png
files:
- "**/*"
@ -44,7 +48,9 @@ linux:
- "**/*.so.4"
mac:
target:
- zip
- target: zip
arch:
- x64
icon: app_icon_darwin.icns
files:
- "**/*"