summaryrefslogtreecommitdiff
path: root/TSforgeCLI/Properties/launchSettings.json
diff options
context:
space:
mode:
authorLyssa2025-04-02 14:23:16 +0000
committerLyssa2025-04-02 14:23:16 +0000
commit1286b585015b085672afbadcc1408584bab94df2 (patch)
tree5b36c4a0e17e6443f70a053c0e21356d2e36eaba /TSforgeCLI/Properties/launchSettings.json
parentaccbed0c514fc4ad1eaf5691cb89421f0485b5d6 (diff)
downloadTSforge-1286b585015b085672afbadcc1408584bab94df2.zip
fix dumping vista store (really hacky fix)
Diffstat (limited to 'TSforgeCLI/Properties/launchSettings.json')
-rw-r--r--TSforgeCLI/Properties/launchSettings.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/TSforgeCLI/Properties/launchSettings.json b/TSforgeCLI/Properties/launchSettings.json
new file mode 100644
index 0000000..112530f
--- /dev/null
+++ b/TSforgeCLI/Properties/launchSettings.json
@@ -0,0 +1,8 @@
+{
+ "profiles": {
+ "TSforgeCLI": {
+ "commandName": "Project",
+ "commandLineArgs": "/dump vista.dat blah.dat /ver vista"
+ }
+ }
+} \ No newline at end of file