aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/utils/GameInstall.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/src/utils/GameInstall.ts')
-rw-r--r--src-vue/src/utils/GameInstall.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-vue/src/utils/GameInstall.ts b/src-vue/src/utils/GameInstall.ts
index 07358f6c..162d2860 100644
--- a/src-vue/src/utils/GameInstall.ts
+++ b/src-vue/src/utils/GameInstall.ts
@@ -1,4 +1,5 @@
export interface GameInstall {
game_path: string;
+ profile: string,
install_type: string;
}