Skip to content

Commit 8be2a62

Browse files
committed
Release v1.0.26
1 parent 3bb5e62 commit 8be2a62

3 files changed

Lines changed: 32 additions & 15 deletions

File tree

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Syncr",
4-
"version": "1.0.25",
4+
"version": "1.0.26",
55
"description": "Display what you're doing in Firefox as Discord Rich Presence.",
66
"author": "Syncr Contributors",
77

launcher/package.json

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "syncr-launcher",
3-
"version": "1.0.25",
3+
"version": "1.0.26",
44
"description": "Syncr Setup - one-time installer for Syncr",
55
"main": "main.js",
66
"author": "Clawb1t",
@@ -27,13 +27,23 @@
2727
"xpi-utils.js"
2828
],
2929
"extraResources": [
30-
{
31-
"from": "../native-host",
32-
"to": "native-host",
33-
"filter": ["**/*", "!**/*.log", "!host.bat", "!host-manifest.json", "!install-linux.sh", "!**/.DS_Store"]
34-
},
35-
{ "from": "../dist/syncr.xpi", "to": "syncr.xpi" }
36-
],
30+
{
31+
"from": "../native-host",
32+
"to": "native-host",
33+
"filter": [
34+
"**/*",
35+
"!**/*.log",
36+
"!host.bat",
37+
"!host-manifest.json",
38+
"!install-linux.sh",
39+
"!**/.DS_Store"
40+
]
41+
},
42+
{
43+
"from": "../dist/syncr.xpi",
44+
"to": "syncr.xpi"
45+
}
46+
],
3747
"win": {
3848
"target": "nsis"
3949
},
@@ -48,11 +58,13 @@
4858
"runAfterFinish": true
4959
},
5060
"linux": {
51-
"target": ["AppImage"],
52-
"category": "Utility",
53-
"artifactName": "Syncr-Setup-${version}.${ext}",
54-
"executableName": "syncr-setup",
55-
"synopsis": "Discord Rich Presence for Firefox"
56-
}
61+
"target": [
62+
"AppImage"
63+
],
64+
"category": "Utility",
65+
"artifactName": "Syncr-Setup-${version}.${ext}",
66+
"executableName": "syncr-setup",
67+
"synopsis": "Discord Rich Presence for Firefox"
68+
}
5769
}
5870
}

updates.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"addons": {
33
"syncr@clawb1t": {
44
"updates": [
5+
{
6+
"version": "1.0.26",
7+
"update_link": "https://github.com/Clawb1t/Syncr/releases/download/v1.0.26/syncr.xpi",
8+
"update_hash": "sha256:ce7f0dc3e763ef9235a2705c276b18720426ffbc8c220247233ef5bc6ecf516d"
9+
},
510
{
611
"version": "1.0.25",
712
"update_link": "https://github.com/Clawb1t/Syncr/releases/download/v1.0.25/syncr.xpi",

0 commit comments

Comments
 (0)