File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This file contains the configuration for this project.
22# When you update `info` or `fileAssociations`, run `wails3 task common:update:build-assets` to update the assets.
33# Note that this will overwrite any changes you have made to the assets.
4- version : ' 3 '
4+ version : " 3 "
55
66# This information is used to generate the build assets.
77info :
8- companyName : " My Company " # The name of the company
9- productName : " My Product " # The name of the application
10- productIdentifier : " com.mycompany.myproduct " # The unique product identifier
11- description : " A program that does X " # The application description
12- copyright : " (c) 2025, My Company " # Copyright text
13- comments : " Some Product Comments " # Comments
14- version : " 0.0.1 " # The application version
8+ companyName : " phphacker " # The name of the company
9+ productName : " LoD Config Editor " # The name of the application
10+ productIdentifier : " com.phphacker.lodconfigeditor " # The unique product identifier
11+ description : " Legend of DotA Config Editor " # The application description
12+ copyright : " (c) 2025, phphacker " # Copyright text
13+ comments : " LoD Config Editor " # Comments
14+ version : " 0.9.6 " # The application version
1515
1616# iOS build configuration (uncomment to customise iOS project generation)
1717# Note: Keys under `ios` OVERRIDE values under `info` when set.
@@ -72,4 +72,4 @@ fileAssociations:
7272
7373# Other data
7474other :
75- - name : My Other Data
75+ - name : My Other Data
Original file line number Diff line number Diff line change 11{
2- "fixed" : {
3- "file_version" : " 0.1.0"
4- },
5- "info" : {
6- "0000" : {
7- "ProductVersion" : " 0.1 .0" ,
8- "CompanyName" : " My Company " ,
9- "FileDescription" : " A lce application " ,
10- "LegalCopyright" : " © 2025, My Company " ,
11- "ProductName" : " My Product " ,
12- "Comments" : " This is a comment "
13- }
14- }
15- }
2+ "fixed" : {
3+ "file_version" : " 0.1.0"
4+ },
5+ "info" : {
6+ "0000" : {
7+ "ProductVersion" : " 0.9.6 .0" ,
8+ "CompanyName" : " phphacker " ,
9+ "FileDescription" : " Legend of DotA Config Editor " ,
10+ "LegalCopyright" : " © 2025, phphacker " ,
11+ "ProductName" : " LoD Config Editor " ,
12+ "Comments" : " LoD Config Editor "
13+ }
14+ }
15+ }
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
22<assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" xmlns : asmv3 =" urn:schemas-microsoft-com:asm.v3" >
3- <assemblyIdentity type =" win32" name =" com.example.lce " version =" 0.1 .0" processorArchitecture =" *" />
3+ <assemblyIdentity type =" win32" name =" com.phphacker.lodconfigeditor " version =" 0.9.6 .0" processorArchitecture =" *" />
44 <dependency >
55 <dependentAssembly >
66 <assemblyIdentity type =" win32" name =" Microsoft.Windows.Common-Controls" version =" 6.0.0.0" processorArchitecture =" *" publicKeyToken =" 6595b64144ccf1df" language =" *" />
You can’t perform that action at this time.
0 commit comments