@@ -50,14 +50,14 @@ This will create distribution packages in the `dist` directory.
5050
5151### 6. Create a GitHub Release
5252
53- 1 . Go to your GitHub repository: https://github.com/advenimus/jwtools
53+ 1 . Go to your GitHub repository: https://github.com/advenimus/khmtools
54542 . Click on "Releases" in the right sidebar
55553 . Click "Create a new release"
56564 . Select the tag you just pushed (e.g., v1.0.2)
57575 . Set the release title (e.g., "JW Tools v1.0.2")
58586 . Add release notes describing the changes in this version
59597 . Upload the distribution files from your ` dist ` folder:
60- - For Windows: ` .exe ` installer (e.g., ` jwtools -1.0.2-arm64.exe` )
60+ - For Windows: ` .exe ` installer (e.g., ` khmtools -1.0.2-arm64.exe` )
6161 - For macOS: ` .dmg ` file
6262 - For Linux: ` .AppImage ` , ` .deb ` , and/or ` .rpm ` files
63638 . Click "Publish release"
@@ -110,7 +110,7 @@ If updates aren't working:
1101102 . Verify that the GitHub release is published and contains the correct files
1111113 . Ensure the release tag matches the version in ` package.json ` (with 'v' prefix)
1121124 . Check the application logs for any error messages related to updates
113- - Logs are stored in ` ~/Library/Logs/jwtools /main.log ` on macOS
113+ - Logs are stored in ` ~/Library/Logs/khmtools /main.log ` on macOS
114114 - The app expects files to be named consistently (e.g., ` JW-Tools-1.0.2-arm64.dmg ` )
1151155 . Verify that the GitHub repository URL in ` package.json ` is correct
116116
0 commit comments