97 lines
1.9 KiB
TOML
97 lines
1.9 KiB
TOML
product-name = "template"
|
|
identifier = "gitea.opensourcecheemsburgers.template"
|
|
|
|
[build]
|
|
before-build-command = "trunk build"
|
|
before-dev-command = "trunk serve"
|
|
dev-url = "http://localhost:42069"
|
|
frontend-dist = "../frontend/dist/"
|
|
|
|
[bundle]
|
|
active = false
|
|
targets = "all"
|
|
icon = [
|
|
"icons/128x128@2x.png",
|
|
"icons/32x32.png",
|
|
# "icons/icon.icns",
|
|
# "icons/icon.png",
|
|
# "icons/Square107x107Logo.png",
|
|
# "icons/Square150x150Logo.png",
|
|
# "icons/Square30x30Logo.png",
|
|
# "icons/Square44x44Logo.png",
|
|
# "icons/Square89x89Logo.png",
|
|
"icons/128x128.png",
|
|
"icons/android/*",
|
|
"icons/icon.ico",
|
|
# "icons/ios/*",
|
|
# "icons/Square142x142Logo.png",
|
|
# "icons/Square284x284Logo.png",
|
|
# "icons/Square310x310Logo.png",
|
|
# "icons/Square71x71Logo.png",
|
|
# "icons/StoreLogo.png",
|
|
]
|
|
# create-updater-artifacts = false
|
|
use-local-tools-dir = false
|
|
|
|
[bundle.linux.appimage]
|
|
bundle-media-framework = false
|
|
files = {}
|
|
|
|
[bundle.linux.deb]
|
|
files = {}
|
|
|
|
[bundle.linux.rpm]
|
|
epoch = 0
|
|
files = {}
|
|
release = "0"
|
|
|
|
[bundle.macOS]
|
|
files = {}
|
|
hardened-runtime = true
|
|
minimum-system-version = "10.13"
|
|
|
|
[bundle.macOS.dmg]
|
|
app-position = { x = 180, y = 170 }
|
|
application-folder-position = { x = 480, y = 170 }
|
|
window-size = { height = 400, width = 660 }
|
|
|
|
[bundle.android]
|
|
min-sdk-version = 24
|
|
|
|
[bundle.iOS]
|
|
minimum-system-version = "13.0"
|
|
|
|
[bundle.windows]
|
|
allow-downgrades = true
|
|
# certificateThumbprint = ""
|
|
# digestAlgorithm = ""
|
|
# nsis = ""
|
|
# signCommand = ""
|
|
# timestampUrl = ""
|
|
# wix = ""
|
|
tsp = false
|
|
|
|
[bundle.windows.webviewInstallMode]
|
|
silent = true
|
|
type = "downloadBootstrapper"
|
|
|
|
[app]
|
|
with-global-tauri = true
|
|
enable-gtk-app-id = false
|
|
macos-private-api = false
|
|
windows = [
|
|
{ url = "http::127.0.0.1:42069" },
|
|
]
|
|
|
|
[app.security]
|
|
capabilities = []
|
|
dangerous-disable-asset-csp-modification = false
|
|
freeze-prototype = false
|
|
|
|
[app.security.assetProtocol]
|
|
enable = false
|
|
scope = []
|
|
|
|
[app.security.pattern]
|
|
use = "brownfield"
|