aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/src-tauri
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-04-05 16:56:02 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-04-06 08:47:20 -0500
commit8a635a8e5bf8d23994d30d7d90b0318c27246a5d (patch)
tree254f145153b122190449f8701e4f6282eb9faf20 /clients/www/src-tauri
parentDo not actually override the UI yet (diff)
downloadzorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar
zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.gz
zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.bz2
zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.lz
zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.xz
zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.zst
zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.zip
Lint
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--clients/www/src-tauri/tauri.conf.json128
1 files changed, 64 insertions, 64 deletions
diff --git a/clients/www/src-tauri/tauri.conf.json b/clients/www/src-tauri/tauri.conf.json
index 24cb318..abb7183 100644
--- a/clients/www/src-tauri/tauri.conf.json
+++ b/clients/www/src-tauri/tauri.conf.json
@@ -1,66 +1,66 @@
{
- "$schema": "../../../node_modules/@tauri-apps/cli/schema.json",
- "build": {
- "beforeBuildCommand": "pnpm run build",
- "beforeDevCommand": "pnpm run dev",
- "devPath": "http://localhost:5173",
- "distDir": "../build"
- },
- "package": {
- "productName": "zorascript",
- "version": "0.1.0"
- },
- "tauri": {
- "allowlist": {
- "all": false
- },
- "bundle": {
- "active": true,
- "category": "DeveloperTool",
- "copyright": "",
- "deb": {
- "depends": []
- },
- "externalBin": [],
- "icon": [
- "icons/32x32.png",
- "icons/128x128.png",
- "icons/128x128@2x.png",
- "icons/icon.icns",
- "icons/icon.ico"
- ],
- "identifier": "io.github.rosstheross.zorascript",
- "longDescription": "",
- "macOS": {
- "entitlements": null,
- "exceptionDomain": "",
- "frameworks": [],
- "providerShortName": null,
- "signingIdentity": null
- },
- "resources": [],
- "shortDescription": "",
- "targets": "all",
- "windows": {
- "certificateThumbprint": null,
- "digestAlgorithm": "sha256",
- "timestampUrl": ""
- }
- },
- "security": {
- "csp": null
- },
- "updater": {
- "active": false
- },
- "windows": [
- {
- "fullscreen": false,
- "height": 600,
- "resizable": true,
- "title": "Zorascript",
- "width": 800
- }
- ]
- }
+ "$schema": "../../../node_modules/@tauri-apps/cli/schema.json",
+ "build": {
+ "beforeBuildCommand": "pnpm run build",
+ "beforeDevCommand": "pnpm run dev",
+ "devPath": "http://localhost:5173",
+ "distDir": "../build"
+ },
+ "package": {
+ "productName": "zorascript",
+ "version": "0.1.0"
+ },
+ "tauri": {
+ "allowlist": {
+ "all": false
+ },
+ "bundle": {
+ "active": true,
+ "category": "DeveloperTool",
+ "copyright": "",
+ "deb": {
+ "depends": []
+ },
+ "externalBin": [],
+ "icon": [
+ "icons/32x32.png",
+ "icons/128x128.png",
+ "icons/128x128@2x.png",
+ "icons/icon.icns",
+ "icons/icon.ico"
+ ],
+ "identifier": "io.github.rosstheross.zorascript",
+ "longDescription": "",
+ "macOS": {
+ "entitlements": null,
+ "exceptionDomain": "",
+ "frameworks": [],
+ "providerShortName": null,
+ "signingIdentity": null
+ },
+ "resources": [],
+ "shortDescription": "",
+ "targets": "all",
+ "windows": {
+ "certificateThumbprint": null,
+ "digestAlgorithm": "sha256",
+ "timestampUrl": ""
+ }
+ },
+ "security": {
+ "csp": null
+ },
+ "updater": {
+ "active": false
+ },
+ "windows": [
+ {
+ "fullscreen": false,
+ "height": 600,
+ "resizable": true,
+ "title": "Zorascript",
+ "width": 800
+ }
+ ]
+ }
}