File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 130
130
]
131
131
},
132
132
"win" : {
133
- "icon" : " resources/favicon .ico" ,
133
+ "icon" : " resources/icon .ico" ,
134
134
"target" : [
135
135
{
136
136
"target" : " nsis" ,
137
137
"arch" : [
138
138
" x64" ,
139
- " ia32"
139
+ " ia32" ,
140
+ " arm64"
140
141
]
141
142
}
142
143
],
149
150
{
150
151
"target" : " AppImage" ,
151
152
"arch" : [
152
- " x64"
153
+ " x64" ,
154
+ " arm64"
153
155
]
154
156
},
155
157
{
156
158
"target" : " deb" ,
157
159
"arch" : [
158
- " x64"
160
+ " x64" ,
161
+ " arm64"
159
162
]
160
163
}
161
164
],
166
169
"nsis" : {
167
170
"oneClick" : false ,
168
171
"allowToChangeInstallationDirectory" : true ,
169
- "installerIcon" : " resources/favicon .ico" ,
170
- "uninstallerIcon" : " resources/favicon .ico" ,
172
+ "installerIcon" : " resources/icon .ico" ,
173
+ "uninstallerIcon" : " resources/icon .ico" ,
171
174
"createDesktopShortcut" : true ,
172
175
"createStartMenuShortcut" : true ,
173
176
"shortcutName" : " AlgerMusicPlayer" ,
You can’t perform that action at this time.
0 commit comments