Force architecture in GH action on Electron for Windows/Linux (#4515)
This commit is contained in:
parent
801719a8e6
commit
bade55602a
@ -27,7 +27,10 @@ publish:
|
|||||||
repo: telegram-tt
|
repo: telegram-tt
|
||||||
releaseType: draft
|
releaseType: draft
|
||||||
win:
|
win:
|
||||||
target: nsis
|
target:
|
||||||
|
target: nsis
|
||||||
|
arch:
|
||||||
|
- x64
|
||||||
icon: public/icon-electron-windows.ico
|
icon: public/icon-electron-windows.ico
|
||||||
nsis:
|
nsis:
|
||||||
oneClick: false
|
oneClick: false
|
||||||
@ -58,4 +61,6 @@ dmg:
|
|||||||
linux:
|
linux:
|
||||||
category: Community
|
category: Community
|
||||||
target:
|
target:
|
||||||
- AppImage
|
target: AppImage
|
||||||
|
arch:
|
||||||
|
- x64
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user