Skip to content

Commit 0ad94d0

Browse files
committed
update
1 parent 9cfa515 commit 0ad94d0

6 files changed

Lines changed: 24 additions & 24 deletions

File tree

build/appicon.png

698 KB
Loading

build/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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.
77
info:
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
7474
other:
75-
- name: My Other Data
75+
- name: My Other Data

build/darwin/icons.icns

1010 KB
Binary file not shown.

build/windows/icon.ico

88.8 KB
Binary file not shown.

build/windows/info.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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+
}

build/windows/wails.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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="*"/>

0 commit comments

Comments
 (0)