-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use proper title in wails and add version to artifacts
- Loading branch information
1 parent
46e76d9
commit 3b88e18
Showing
6 changed files
with
46 additions
and
34 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
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 was deleted.
Oops, something went wrong.
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,13 +1,17 @@ | ||
{ | ||
"$schema": "https://wails.io/schemas/config.v2.json", | ||
"name": "albyhub", | ||
"outputfilename": "albyhub", | ||
"name": "Alby Hub", | ||
"outputfilename": "Alby Hub", | ||
"frontend:install": "yarn install", | ||
"frontend:build": "yarn build:wails", | ||
"frontend:dev:watcher": "yarn dev:wails", | ||
"frontend:dev:serverUrl": "auto", | ||
"author": { | ||
"name": "Alby Contributors", | ||
"email": "[email protected]" | ||
}, | ||
"info": { | ||
"companyName": "Alby Inc.", | ||
"productName": "Alby Hub" | ||
} | ||
} |
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