From 959125846358aae3889301ed26b66c41c12a040f Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Sun, 16 Aug 2026 01:23:36 +0530 Subject: [PATCH] Double comment actual comments lines for quick uncomment --- src/.github/workflows/release.yaml | 6 +++--- src/thunderstore.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/.github/workflows/release.yaml b/src/.github/workflows/release.yaml index c69c9d2..40d9150 100644 --- a/src/.github/workflows/release.yaml +++ b/src/.github/workflows/release.yaml @@ -58,9 +58,9 @@ jobs: - name: Install Thunderstore CLI run: dotnet tool install -g tcli - # Use this action instead of the above in case your mod has soft dependencies. - # More info here: https://sgg-modding.github.io/Hades2ModWiki/docs/creating-mods/first-mod-guide/mod-template#packagerom_soft_deps - # - name: Install Thunderstore CLI + # # Use this action instead of the above in case your mod has soft dependencies. + # # More info here: https://sgg-modding.github.io/Hades2ModWiki/docs/creating-mods/first-mod-guide/mod-template#packagerom_soft_deps + # - name: Install Thunderstore CLI fork # env: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # run: | diff --git a/src/thunderstore.toml b/src/thunderstore.toml index 35f5ed0..c624571 100644 --- a/src/thunderstore.toml +++ b/src/thunderstore.toml @@ -18,8 +18,8 @@ SGG_Modding-ReLoad = "1.0.2" SGG_Modding-SJSON = "1.0.0" SGG_Modding-ModUtil = "4.0.1" -# Uncomment the section to add any soft dependecies. -# Learn more about them here https://sgg-modding.github.io/Hades2ModWiki/docs/creating-mods/first-mod-guide/mod-template#packagerom_soft_deps +# # Uncomment the section to add any soft dependecies. +# # Learn more about them here https://sgg-modding.github.io/Hades2ModWiki/docs/creating-mods/first-mod-guide/mod-template#packagerom_soft_deps # [package.rom_soft_deps] # AuthorName-ModName = "0.0.0" @@ -40,7 +40,7 @@ target = "./LICENSE" source = "./src" target = "./plugins" -# Uncomment (remove the #) the three lines below if you have any files to copy to the plugins_data folder (like custom .pkg files) +# # Uncomment (remove the #) the three lines below if you have any files to copy to the plugins_data folder (like custom .pkg files) # [[build.copy]] # source = "./data" # target = "./plugins_data"