diff --git a/.github/workflows/template-tauri-build-macos.yml b/.github/workflows/template-tauri-build-macos.yml index e7d67c062..8eeaa7449 100644 --- a/.github/workflows/template-tauri-build-macos.yml +++ b/.github/workflows/template-tauri-build-macos.yml @@ -246,16 +246,10 @@ jobs: path: | ./src-tauri/target/release/bundle/dmg/*.dmg - - name: zip Jan-nightly.app file - if: inputs.public_provider != 'github' - run: | - cd ./src-tauri/target/release/bundle/macos - zip -r jan-nightly.zip Jan-nightly.app - - name: Upload Artifact if: inputs.public_provider != 'github' uses: actions/upload-artifact@v4 with: - name: jan-mac-universal-${{ inputs.new_version }}-tar-gz + name: jan-mac-universal-${{ inputs.new_version }}.app.tar.gz path: | - ./src-tauri/target/release/bundle/macos/jan-nightly.zip \ No newline at end of file + ./src-tauri/target/release/bundle/macos/Jan-nightly.app.tar.gz \ No newline at end of file diff --git a/src-tauri/tauri.bundle.windows.nsis.template b/src-tauri/tauri.bundle.windows.nsis.template index 472f1f5bd..95bc6cbb6 100644 --- a/src-tauri/tauri.bundle.windows.nsis.template +++ b/src-tauri/tauri.bundle.windows.nsis.template @@ -35,7 +35,7 @@ ${StrLoc} !define HOMEPAGE "" !define INSTALLMODE "currentUser" !define LICENSE "" -!define INSTALLERICON "" +!define INSTALLERICON "D:\a\jan\jan\src-tauri\icons\icon.ico" !define SIDEBARIMAGE "" !define HEADERIMAGE "" !define MAINBINARYNAME "jan_mainbinaryname" @@ -69,6 +69,9 @@ Name "${PRODUCTNAME}" BrandingText "${COPYRIGHT}" OutFile "${OUTFILE}" +ShowInstDetails nevershow +ShowUninstDetails nevershow + ; We don't actually use this value as default install path, ; it's just for nsis to append the product name folder in the directory selector ; https://nsis.sourceforge.io/Reference/InstallDir @@ -607,6 +610,7 @@ Section WebView2 SectionEnd Section Install + SetDetailsPrint none SetOutPath $INSTDIR !ifmacrodef NSIS_HOOK_PREINSTALL @@ -776,7 +780,8 @@ Function un.onInit FunctionEnd Section Uninstall - + SetDetailsPrint none + !ifmacrodef NSIS_HOOK_PREUNINSTALL !insertmacro NSIS_HOOK_PREUNINSTALL !endif