diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0c31794..6d37596 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: zip: '${{ github.workspace }}/plugins.zip' zip_glob_path: 'bin/plugins/prx' zip_glob: '*.prx' - build_tag: b${{ github.run_number }} + build_tag: 'build_${{ github.run_number }}' hen_path: hen steps: @@ -100,4 +100,4 @@ jobs: if: github.event_name != 'pull_request' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release create ${{ env.build_tag }} ${{ env.zip }} ${{ env.hen_path }}/hen.bin --target ${{ github.sha }} -t "Build ${{ env.build_tag }}" -p + run: gh release create ${{ env.build_tag }} ${{ env.zip }} ${{ env.hen_path }}/hen.bin --target ${{ github.sha }} -t "${{ env.build_tag }}" -p diff --git a/plugin_mono/data/hen_settings_icon.png b/plugin_mono/data/hen_settings_icon.png index 862e804..c7c963f 100644 Binary files a/plugin_mono/data/hen_settings_icon.png and b/plugin_mono/data/hen_settings_icon.png differ diff --git a/plugin_mono/source/shellui_patch/settings_menu.c b/plugin_mono/source/shellui_patch/settings_menu.c index 7f18653..eb6b624 100644 --- a/plugin_mono/source/shellui_patch/settings_menu.c +++ b/plugin_mono/source/shellui_patch/settings_menu.c @@ -7,6 +7,7 @@ extern "C" #include "../../../common/notify.h" #include "../../../common/plugin_common.h" #include "../../../common/stringid.h" +#include "../../../common/path.h" #include #include @@ -138,12 +139,14 @@ static void SetupSettingsRoot(const char* xml) char buf2[MAX_BUF] = {}; #undef MAX_BUF memset(buf_fixed, 0, sizeof(buf_fixed)); + // clang-format off str_replace(xml, "\t\t\r\n", - "\t\t\r\n", + "\t\t\r\n", buf, _countof(buf), ADD_BEFORE); + // clang-format on strncat(buf2, buf, strlen(buf)); str_replace(buf, "initial_focus_to=\"psn\">\r\n",