Remove test data from tauri conf

This commit is contained in:
Mattias Granlund 2023-07-12 11:40:23 +02:00
parent 194f1646cf
commit 48256ec795
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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",