File tree 2 files changed +12
-27
lines changed
2 files changed +12
-27
lines changed Original file line number Diff line number Diff line change 11
11
"url" : " https://github.com/ircfofficial/oblivion-desktop/issues" ,
12
12
13
13
},
14
- "version" : " 0.2.19 -beta" ,
14
+ "version" : " 0.2.20 -beta" ,
15
15
"license" : " Restrictive" ,
16
16
"main" : " ./src/main/main.ts" ,
17
17
"scripts" : {
183
183
"afterSign" : " .erb/scripts/notarize.js" ,
184
184
"mac" : {
185
185
"target" : [
186
- {
187
- "target" : " default" ,
188
- "arch" : [
189
- " arm64" ,
190
- " x64"
191
- ]
192
- }
186
+ " dmg" ,
187
+ " pkg"
193
188
],
194
189
"type" : " distribution" ,
195
190
"hardenedRuntime" : true ,
213
208
},
214
209
"win" : {
215
210
"target" : [
216
- {
217
- "target" : " nsis" ,
218
- "arch" : " x64"
219
- },
220
- {
221
- "target" : " zip" ,
222
- "arch" : " x64"
223
- }
211
+ " nsis" ,
212
+ " zip"
224
213
]
225
214
},
226
215
"linux" : {
227
216
"target" : [
228
- {
229
- "target" : " deb" ,
230
- "arch" : " x64"
231
- },
232
- {
233
- "target" : " AppImage" ,
234
- "arch" : " x64"
235
- }
217
+ " deb" ,
218
+ " rpm" ,
219
+ " tar.xz"
236
220
],
237
- "category" : " Development "
221
+ "category" : " Network "
238
222
},
239
223
"directories" : {
240
224
"app" : " release/app" ,
247
231
"publish" : {
248
232
"provider" : " github" ,
249
233
"owner" : " ircfofficial" ,
250
- "repo" : " oblivion-desktop"
234
+ "repo" : " oblivion-desktop" ,
235
+ "publishAutoUpdate" : false
251
236
}
252
237
},
253
238
"devEngines" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oblivion-desktop" ,
3
3
"description" : " unofficial desktop version of oblivion" ,
4
- "version" : " 0.2.19 -beta" ,
4
+ "version" : " 0.2.20 -beta" ,
5
5
"homepage" : " https://github.com/ircfofficial/oblivion-desktop#readme" ,
6
6
"license" : " Restrictive" ,
7
7
"author" :
" ircfspace+kiomarzsss <[email protected] > (https://ircf.space/)" ,
You can’t perform that action at this time.
0 commit comments