mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 22:03:30 +03:00
Remove test data from tauri conf
This commit is contained in:
parent
194f1646cf
commit
48256ec795
@ -1,4 +1,8 @@
|
|||||||
#!/usr/bin/env /usr/bin/python3
|
#!/usr/bin/env /usr/bin/python3
|
||||||
|
# This file was used to generate test data before GitButler was able to work
|
||||||
|
# with real user data. It is unused for now, but we'll keep it around for a
|
||||||
|
# while in case it turns out to be useful for e.g. e2e testing.
|
||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import json
|
import json
|
||||||
import openai
|
import openai
|
||||||
|
@ -52,10 +52,7 @@
|
|||||||
"icons/icon.icns",
|
"icons/icon.icns",
|
||||||
"icons/icon.ico"
|
"icons/icon.ico"
|
||||||
],
|
],
|
||||||
"targets": ["app", "dmg", "updater"],
|
"targets": ["app", "dmg", "updater"]
|
||||||
"resources": [
|
|
||||||
"../scripts/branch_testdata.json"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"systemTray": {
|
"systemTray": {
|
||||||
"iconPath": "icons/tray.png",
|
"iconPath": "icons/tray.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user