From 51fbe29b707260ed494af5878a37a0d2ac0d4601 Mon Sep 17 00:00:00 2001 From: Legalo Date: Tue, 19 Mar 2024 18:31:32 -0300 Subject: [PATCH] Update AppID, clarify the upload target folder --- src/item_info.rs | 2 +- steam_appid.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/item_info.rs b/src/item_info.rs index 787d99c..975083f 100644 --- a/src/item_info.rs +++ b/src/item_info.rs @@ -73,7 +73,7 @@ impl ItemInfoState { ), text(" "), self.target_folder.view( - "Target Folder:\n(Your mod's folder, it should be /game/mods/YourMod/)", + "Target Folder:\n(What will be uploaded, this MUST be a folder that contains your mod's main folder)\nFor example \"C:\\downloads\\New Folder\" where \"New Folder\" has ONLY your mod's folder and nothing else.", "", ItemInfoMessage::EditTargetFolder, ItemInfoMessage::BrowseTargetFolder, diff --git a/steam_appid.txt b/steam_appid.txt index a211371..65f418b 100644 --- a/steam_appid.txt +++ b/steam_appid.txt @@ -1 +1 @@ -4000 \ No newline at end of file +1895350 \ No newline at end of file