mirror of
https://github.com/ow-mods/ow-mod-man.git
synced 2025-12-11 20:15:50 +01:00
[GUI] Fix bundling issues
This commit is contained in:
parent
e099b9d7ba
commit
7ff7c821fd
4
.github/workflows/release_gui.yml
vendored
4
.github/workflows/release_gui.yml
vendored
@ -58,8 +58,8 @@ jobs:
|
|||||||
uses: tauri-apps/tauri-action@dev
|
uses: tauri-apps/tauri-action@dev
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
||||||
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
||||||
ANALYTICS_API_KEY: ${{ secrets.ANALYTICS_API_KEY }}
|
ANALYTICS_API_KEY: ${{ secrets.ANALYTICS_API_KEY }}
|
||||||
VITE_COMMIT: ${{ github.sha }}
|
VITE_COMMIT: ${{ github.sha }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -11,7 +11,9 @@
|
|||||||
"plugins": {
|
"plugins": {
|
||||||
"deep-link": {
|
"deep-link": {
|
||||||
"desktop": {
|
"desktop": {
|
||||||
"schemes": ["owmods"]
|
"schemes": [
|
||||||
|
"owmods"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"shell": {
|
"shell": {
|
||||||
@ -32,7 +34,10 @@
|
|||||||
"app": {
|
"app": {
|
||||||
"security": {
|
"security": {
|
||||||
"csp": "default-src 'self'; img-src 'self' https://ow-mods.github.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:",
|
"csp": "default-src 'self'; img-src 'self' https://ow-mods.github.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:",
|
||||||
"dangerousDisableAssetCspModification": ["style-src", "font-src"]
|
"dangerousDisableAssetCspModification": [
|
||||||
|
"style-src",
|
||||||
|
"font-src"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
@ -52,6 +57,7 @@
|
|||||||
"category": "Game",
|
"category": "Game",
|
||||||
"copyright": "",
|
"copyright": "",
|
||||||
"externalBin": [],
|
"externalBin": [],
|
||||||
|
"createUpdaterArtifacts": true,
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
"icons/128x128.png",
|
"icons/128x128.png",
|
||||||
|
|||||||
@ -4,12 +4,12 @@ _appname=owmods_gui
|
|||||||
pkgver=~~VERSION~~
|
pkgver=~~VERSION~~
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A GUI To Manage Outer Wilds Mods"
|
pkgdesc="A GUI To Manage Outer Wilds Mods"
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64')
|
||||||
url="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui"
|
url="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('mono' 'cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk-4.1')
|
depends=('mono' 'cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk-4.1')
|
||||||
options=('!strip' '!emptydirs')
|
options=('!strip' '!emptydirs')
|
||||||
source=("${_appname}-${pkgver}-${arch}.deb::https://github.com/ow-mods/ow-mod-man/releases/download/gui_v${pkgver}/Outer%20Wilds%20Mod%20Manager_${pkgver}_amd64.deb")
|
source=("${_appname}-${pkgver}-${arch}.deb::https://github.com/ow-mods/ow-mod-man/releases/download/gui_v${pkgver}/Outer.Wilds.Mod.Manager_${pkgver}_amd64.deb")
|
||||||
sha256sums=()
|
sha256sums=()
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user