chore: hide windows install detail
This commit is contained in:
parent
0b850f2ead
commit
6c67843446
10
.github/workflows/template-tauri-build-macos.yml
vendored
10
.github/workflows/template-tauri-build-macos.yml
vendored
@ -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
|
||||
./src-tauri/target/release/bundle/macos/Jan-nightly.app.tar.gz
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user