Compare commits

...

2 commits

Author SHA1 Message Date
ptrcnull fe1c4a895d
fix: Set unique app ID 2022-06-20 06:26:27 +02:00
ptrcnull 4d85efdde2
docs: Add README 2022-06-20 06:26:08 +02:00
2 changed files with 12 additions and 2 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# gitlab-jobs
quick and dirty app to show all jobs from gitlab account on one screen
issue tracker: https://git.ddd.rip/ptrcnull/gitlab-jobs/issues
## usage
~~idk figure it out~~

View file

@ -8,7 +8,7 @@
"withGlobalTauri": true
},
"package": {
"productName": "gitlab-jobs-tauri",
"productName": "gitlab-jobs",
"version": "0.1.0"
},
"tauri": {
@ -30,7 +30,7 @@
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "com.tauri.dev",
"identifier": "me.ptrcnull.gitlab-jobs",
"longDescription": "",
"macOS": {
"entitlements": null,