- Added Go-based Wails application for RUSTLE UCXL browser - Implemented basic application structure and configuration - Added project documentation and setup instructions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
"fixed": {
|
|
"file_version": "{{.Info.ProductVersion}}"
|
|
},
|
|
"info": {
|
|
"0000": {
|
|
"ProductVersion": "{{.Info.ProductVersion}}",
|
|
"CompanyName": "{{.Info.CompanyName}}",
|
|
"FileDescription": "{{.Info.ProductName}}",
|
|
"LegalCopyright": "{{.Info.Copyright}}",
|
|
"ProductName": "{{.Info.ProductName}}",
|
|
"Comments": "{{.Info.Comments}}"
|
|
}
|
|
}
|
|
} |