Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Signed-off-by: James Rose <92864596+RoseBlume@users.noreply.github.com>
  • Loading branch information
RoseBlume authored Aug 18, 2024
1 parent f415b19 commit bfc4161
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
{
"productName": "Rosary",
"version": "2.0.5",
"identifier": "io.github.roseblume.rosary",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {"windows": [
{
"title": "Rosary",
"label": "main",
"maximized": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": ["deb","rpm", "nsis"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"windows": {
"webviewInstallMode": {
"silent": true,
"type": "offlineInstaller"
}
},
"linux": {
"deb": {
"files": {
"/usr/share/metainfo/io.github.roseblume.rosary.xml": "../extra/io.github.roseblume.rosary.xml",
"/usr/share/applications/io.github.roseblume.rosary.desktop": "../extra/io.github.roseblume.rosary.desktop",
"/opt/rosary/README.md": "../README.md",
"/opt/rosary/LICENSE": "../LICENSE"
}
},
"rpm": {
"files": {
"/usr/share/metainfo/io.github.roseblume.rosary.xml": "../extra/io.github.roseblume.rosary.xml",
"/usr/share/applications/io.github.roseblume.rosary.desktop": "../extra/io.github.roseblume.rosary.desktop",
"/opt/rosary/README.md": "../README.md",
"/opt/rosary/LICENSE": "../LICENSE"
}
}
}
}
}
{
"productName": "Rosary",
"version": "2.0.6",
"identifier": "io.github.roseblume.rosary",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {"windows": [
{
"title": "Rosary",
"label": "main",
"maximized": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": ["deb","rpm", "nsis"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"windows": {
"webviewInstallMode": {
"silent": true,
"type": "offlineInstaller"
}
},
"linux": {
"deb": {
"files": {
"/usr/share/metainfo/io.github.roseblume.rosary.xml": "../extra/io.github.roseblume.rosary.xml",
"/usr/share/applications/io.github.roseblume.rosary.desktop": "../extra/io.github.roseblume.rosary.desktop",
"/opt/rosary/README.md": "../README.md",
"/opt/rosary/LICENSE": "../LICENSE"
}
},
"rpm": {
"files": {
"/usr/share/metainfo/io.github.roseblume.rosary.xml": "../extra/io.github.roseblume.rosary.xml",
"/usr/share/applications/io.github.roseblume.rosary.desktop": "../extra/io.github.roseblume.rosary.desktop",
"/opt/rosary/README.md": "../README.md",
"/opt/rosary/LICENSE": "../LICENSE"
}
}
}
}
}

0 comments on commit bfc4161

Please sign in to comment.