diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-05 15:28:25 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-05 15:28:25 -0700 |
commit | c36264c5cd88f79e193710932ca11b1f7f1d60d7 (patch) | |
tree | 9ed0d972058038ae90363303152ac21ae45ded11 /adenosine-tauri-gui/tauri.conf.json | |
parent | 0aa684b2bd048adbc02cc82cc2f61ff556efda2d (diff) | |
download | adenosine-c36264c5cd88f79e193710932ca11b1f7f1d60d7.tar.gz adenosine-c36264c5cd88f79e193710932ca11b1f7f1d60d7.zip |
remove tauri-gui folder (for now)
Diffstat (limited to 'adenosine-tauri-gui/tauri.conf.json')
-rw-r--r-- | adenosine-tauri-gui/tauri.conf.json | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/adenosine-tauri-gui/tauri.conf.json b/adenosine-tauri-gui/tauri.conf.json deleted file mode 100644 index b9ba4df..0000000 --- a/adenosine-tauri-gui/tauri.conf.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "build": { - "beforeBuildCommand": "", - "beforeDevCommand": "", - "devPath": "web/", - "distDir": "web/" - }, - "package": { - "productName": "adenosine-tauri-gui", - "version": "0.1.0" - }, - "tauri": { - "allowlist": { - "all": true - }, - "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": "com.tauri.dev", - "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": "adenosine", - "width": 800 - } - ] - } -} |