Skip to content

Commit ca152a5

Browse files
committed
build: try harder to fix build
1 parent 9aa1d25 commit ca152a5

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
include:
1414
- os: ubuntu-latest
15-
files: '"app/VK Desktop linux x64.zip" "app/VK Desktop linux ia32.zip"'
15+
files: '"app/VK Desktop linux x64.zip" "app/VK Desktop linux arm64.zip"'
1616
- os: windows-latest
1717
files: '"app/VK Desktop Setup x64.exe" "app/VK Desktop Setup x32.exe"'
1818
- os: macos-latest

build/config-ia32.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Setup]
22
AppId=VKDesktop
33
AppName=VK Desktop
4-
AppVersion=1.0.0-dev.0
5-
VersionInfoVersion=1.0.0-dev.0
4+
AppVersion=1.0.0-alpha.0
5+
VersionInfoVersion=0.1.0.0
66
AppPublisher=danyadev
77
AppPublisherURL=https://vk.com/danyadev
88
AppSupportURL=https://vk.com/vk_desktop_app

build/config-x64.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Setup]
22
AppId=VKDesktop
33
AppName=VK Desktop
4-
AppVersion=1.0.0-dev.0
5-
VersionInfoVersion=1.0.0-dev.0
4+
AppVersion=1.0.0-alpha.0
5+
VersionInfoVersion=0.1.0.0
66
AppPublisher=danyadev
77
AppPublisherURL=https://vk.com/danyadev
88
AppSupportURL=https://vk.com/vk_desktop_app

build/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"linux": {
2828
"target": [{
2929
"target": "zip",
30-
"arch": ["x64"]
30+
"arch": ["x64", "arm64"]
3131
}]
3232
},
3333
"mac": {

0 commit comments

Comments
 (0)