add dev prefix for dev app name

This commit is contained in:
Nikita Galaiko 2023-02-21 14:45:01 +01:00
parent b4433044f9
commit 768b2ff25a
No known key found for this signature in database
GPG Key ID: EBAB54E845BA519D
2 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"withGlobalTauri": false
},
"package": {
"productName": "GitButler"
"productName": "GitButler Dev"
},
"tauri": {
"allowlist": {

View File

@ -1,4 +1,7 @@
{
"package": {
"productName": "GitButler"
},
"tauri": {
"bundle": {
"identifier": "com.gitbutler.app"