Compare commits
5 Commits
335d757255
...
1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a662cdf6e | |||
| 2a9777872f | |||
| b03d4ab7e3 | |||
| ff1b8fb742 | |||
| cbd4c7cd01 |
12
Makefile
Normal file
12
Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
TAGS := webkit2_41
|
||||
|
||||
.PHONY: dev build clean
|
||||
|
||||
dev:
|
||||
wails dev -tags $(TAGS)
|
||||
|
||||
build:
|
||||
wails build -tags $(TAGS)
|
||||
|
||||
clean:
|
||||
rm -rf build/bin/*
|
||||
@@ -8,10 +8,10 @@
|
||||
"frontend:dev:serverUrl": "auto",
|
||||
"author": {
|
||||
"name": "John O'Keefe",
|
||||
"email": "jokeefe@fastmail.com"
|
||||
"email": "admin@linuxhg.com"
|
||||
},
|
||||
"info": {
|
||||
"productName": "AniTrack",
|
||||
"productVersion": "0.7.0"
|
||||
"productVersion": "1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user