Created
March 13, 2025 15:52
-
-
Save salman0ansari/8c85135a2e1fe92c54d7b808d781e0b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "", | |
"name": "", | |
"assetdir": "", | |
"reloaddirs": "", | |
"build:dir": "", | |
"frontend:dir": "", | |
"frontend:install": "", | |
"frontend:build": "", | |
"frontend:dev": "", | |
"frontend:dev:build": "", | |
"frontend:dev:install": "", | |
"frontend:dev:watcher": "", | |
"frontend:dev:serverUrl": "", | |
"wailsjsdir": "", | |
"outputfilename": "", | |
"debounceMS": 100, | |
"devServer": "", | |
"appargs": "", | |
"runNonNativeBuildHooks": false, | |
"preBuildHooks": { | |
"GOOS/GOARCH": "", | |
"GOOS/*": "", | |
"*/*": "" | |
}, | |
"postBuildHooks": { | |
"GOOS/GOARCH": "", | |
"GOOS/*": "", | |
"*/*": "" | |
}, | |
"info": { | |
"companyName": "", | |
"productName": "", | |
"productVersion": "", | |
"copyright": "", | |
"comments": "", | |
"fileAssociations": [ | |
{ | |
"ext": "wails", | |
"name": "Wails", | |
"description": "Wails file", | |
"iconName": "fileIcon", | |
"role": "Editor" | |
} | |
], | |
"protocols": [ | |
{ | |
"scheme": "myapp", | |
"description": "Myapp protocol", | |
"role": "Editor" | |
} | |
] | |
}, | |
"nsisType": "", | |
"obfuscated": "", | |
"garbleargs": "", | |
"bindings": { | |
"ts_generation": { | |
"prefix": "", | |
"suffix": "", | |
"outputType": "classes" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment