mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-25 07:45:41 +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
|
||||
# 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 json
|
||||
import openai
|
||||
|
@ -52,10 +52,7 @@
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"targets": ["app", "dmg", "updater"],
|
||||
"resources": [
|
||||
"../scripts/branch_testdata.json"
|
||||
]
|
||||
"targets": ["app", "dmg", "updater"]
|
||||
},
|
||||
"systemTray": {
|
||||
"iconPath": "icons/tray.png",
|
||||
|
Loading…
Reference in New Issue
Block a user