Initial Commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-utils/schema.json",
|
||||
"productName": "Discord Presence",
|
||||
"version": "0.1.0",
|
||||
"identifier": "org.racooncity.discord-presence",
|
||||
"build": {
|
||||
"frontendDist": "../ui"
|
||||
},
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
"windows": [
|
||||
{
|
||||
"title": "Discord Presence",
|
||||
"width": 460,
|
||||
"height": 620,
|
||||
"resizable": true,
|
||||
"decorations": true,
|
||||
"center": true
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": "null"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user