Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
commit f69102e
Author: Hyeonmin Seon [email protected]
Date: Mon Aug 4 09:20:53 2025 +0900
Changed the Electron version update method in C# and updated the version
Changes:
- Changed BuildCommand.cs to update the Electron version directly from C# code.
- StartElectronCommand.cs reads the Electron version from the manifest file and updates package.json.
- Removed the Electron version update logic from build-helper.js.
- Updated the Electron version in electron.manifest.json from 23.2.0 to 25.9.0.
commit 855e830
Author: Hyeonmin Seon [email protected]
Date: Fri Aug 1 17:43:43 2025 +0900
Version Update: Changed to 23.6.2-messe
Changes:
* The value of the
Version
element has changed from99.0.0.0
to23.6.2-messe
.* The package version has been updated to reflect new features and fixes.
commit 498ab0a
Author: Hyeonmin Seon [email protected]
Date: Fri Aug 1 17:37:16 2025 +0900