Skip to content

Commit ac78368

Browse files
committed
fix: rename project to hypr/Hypr
1 parent 1ea9d98 commit ac78368

35 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

frontend/myproject/build/windows/installer/project.nsi renamed to frontend/hypr/build/windows/installer/project.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Unicode true
1919
####
2020
## The following information is taken from the ProjectInfo file, but they can be overwritten here.
2121
####
22-
## !define INFO_PROJECTNAME "MyProject" # Default "{{.Name}}"
22+
## !define INFO_PROJECTNAME "Hypr" # Default "{{.Name}}"
2323
## !define INFO_COMPANYNAME "MyCompany" # Default "{{.Info.CompanyName}}"
2424
## !define INFO_PRODUCTNAME "MyProduct" # Default "{{.Info.ProductName}}"
2525
## !define INFO_PRODUCTVERSION "1.0.0" # Default "{{.Info.ProductVersion}}"
File renamed without changes.
File renamed without changes.

frontend/myproject/main.go renamed to frontend/hypr/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func main() {
1717

1818
// Create application with options
1919
err := wails.Run(&options.App{
20-
Title: "myproject",
20+
Title: "Hypr",
2121
Width: 1024,
2222
Height: 768,
2323
AssetServer: &assetserver.Options{

frontend/myproject/wails.json renamed to frontend/hypr/wails.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://wails.io/schemas/config.v2.json",
3-
"name": "myproject",
4-
"outputfilename": "myproject",
3+
"name": "Hypr",
4+
"outputfilename": "Hypr",
55
"frontend:install": "npm install",
66
"frontend:build": "npm run build",
77
"frontend:dev:watcher": "npm run dev",

wails.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://wails.io/schemas/config.v2.json",
3-
"name": "myproject",
4-
"outputfilename": "myproject",
3+
"name": "hypr",
4+
"outputfilename": "hypr",
55
"frontend:install": "npm install",
66
"frontend:build": "npm run build",
77
"frontend:dev:watcher": "npm run dev",

0 commit comments

Comments
 (0)