diff options
Diffstat (limited to 'src-tauri/tauri.conf.json')
| -rw-r--r-- | src-tauri/tauri.conf.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json new file mode 100644 index 0000000..a00a91d --- /dev/null +++ b/src-tauri/tauri.conf.json @@ -0,0 +1,34 @@ +{ + "productName": "dropout", + "version": "0.1.1", + "identifier": "com.dropout.launcher", + "build": { + "beforeDevCommand": "", + "beforeBuildCommand": "", + "frontendDist": "../ui" + }, + "app": { + "windows": [ + { + "title": "Minecraft DropOut Launcher", + "width": 375, + "height": 300, + "resizable": false + } + ], + "security": { + "csp": null + } + }, + "bundle": { + "active": true, + "targets": "all", + "icon": [ + "icons/32x32.png", + "icons/128x128.png", + "icons/128x128@2x.png", + "icons/icon.icns", + "icons/icon.ico" + ] + } +}
\ No newline at end of file |