Skip to content

Commit 7ba4f89

Browse files
committed
🔖 0.2.20-beta
1 parent 01deaef commit 7ba4f89

File tree

2 files changed

+12
-27
lines changed

2 files changed

+12
-27
lines changed

package.json

+11-26
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/ircfofficial/oblivion-desktop/issues",
1212
"email": "[email protected]"
1313
},
14-
"version": "0.2.19-beta",
14+
"version": "0.2.20-beta",
1515
"license": "Restrictive",
1616
"main": "./src/main/main.ts",
1717
"scripts": {
@@ -183,13 +183,8 @@
183183
"afterSign": ".erb/scripts/notarize.js",
184184
"mac": {
185185
"target": [
186-
{
187-
"target": "default",
188-
"arch": [
189-
"arm64",
190-
"x64"
191-
]
192-
}
186+
"dmg",
187+
"pkg"
193188
],
194189
"type": "distribution",
195190
"hardenedRuntime": true,
@@ -213,28 +208,17 @@
213208
},
214209
"win": {
215210
"target": [
216-
{
217-
"target": "nsis",
218-
"arch": "x64"
219-
},
220-
{
221-
"target": "zip",
222-
"arch": "x64"
223-
}
211+
"nsis",
212+
"zip"
224213
]
225214
},
226215
"linux": {
227216
"target": [
228-
{
229-
"target": "deb",
230-
"arch": "x64"
231-
},
232-
{
233-
"target": "AppImage",
234-
"arch": "x64"
235-
}
217+
"deb",
218+
"rpm",
219+
"tar.xz"
236220
],
237-
"category": "Development"
221+
"category": "Network"
238222
},
239223
"directories": {
240224
"app": "release/app",
@@ -247,7 +231,8 @@
247231
"publish": {
248232
"provider": "github",
249233
"owner": "ircfofficial",
250-
"repo": "oblivion-desktop"
234+
"repo": "oblivion-desktop",
235+
"publishAutoUpdate": false
251236
}
252237
},
253238
"devEngines": {

release/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oblivion-desktop",
33
"description": "unofficial desktop version of oblivion",
4-
"version": "0.2.19-beta",
4+
"version": "0.2.20-beta",
55
"homepage": "https://github.com/ircfofficial/oblivion-desktop#readme",
66
"license": "Restrictive",
77
"author": "ircfspace+kiomarzsss <[email protected]> (https://ircf.space/)",

0 commit comments

Comments
 (0)