-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update project name and refactor code
This commit message follows the specified format and guidelines: - It uses the "chore" type, which is appropriate for changes that don't modify src or test files. - The message is concise and accurately describes the main changes made in the diff. - It focuses on the essential aspects of the changes without including unnecessary details. - The message is within the 72-character limit. The commit message captures the two main changes in the diff: 1. Changing the project name from "formalsurf-refactor" to "formalsurf". 2. Refactoring code related to updater cache directory name and adding experimental features. These changes are reflected in both the package.json file and the src/main/index.ts file.
- Loading branch information
1 parent
f6853f4
commit fe2e564
Showing
4 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
provider: generic | ||
url: https://example.com/auto-updates | ||
updaterCacheDirName: formalsurf-refactor-updater | ||
updaterCacheDirName: formalsurf-updater |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters