diff --git a/.github/workflows/release-codesigned.yaml b/.github/workflows/release-codesigned.yaml index 332c2be..63a6c95 100644 --- a/.github/workflows/release-codesigned.yaml +++ b/.github/workflows/release-codesigned.yaml @@ -84,31 +84,31 @@ jobs: # replace-me -- HELP # 1. replace all occurrences of kando with the name you gave your package in srct-tauri/Cargo.toml # 2. replace all occurrences of kando with the productName field in tauri.conf.json - # 3. replace all occurrences of 0.0.7 with the version field in tauri.conf.json + # 3. replace all occurrences of 0.0.8 with the version field in tauri.conf.json # !! NOTE: The version field needs to be updated manually here with each new version of your app, otherwise the Windows build will fail. # sign the .msi file - AzureSignTool sign -kvu "${{ secrets.AZURE_KEY_VAULT_URI }}" -kvi "${{ secrets.AZURE_CLIENT_ID }}" -kvt "${{ secrets.AZURE_TENANT_ID }}" -kvs "${{ secrets.AZURE_CLIENT_SECRET }}" -kvc ${{ secrets.AZURE_CERT_NAME }} -tr http://timestamp.digicert.com -v "D:\a\kando\kando\src-tauri\target\release\bundle\msi\kando_0.0.7_x64_en-US.msi" + AzureSignTool sign -kvu "${{ secrets.AZURE_KEY_VAULT_URI }}" -kvi "${{ secrets.AZURE_CLIENT_ID }}" -kvt "${{ secrets.AZURE_TENANT_ID }}" -kvs "${{ secrets.AZURE_CLIENT_SECRET }}" -kvc ${{ secrets.AZURE_CERT_NAME }} -tr http://timestamp.digicert.com -v "D:\a\kando-kangaroo-1\kando-kangaroo-1\src-tauri\target\release\bundle\msi\kando_0.0.8_x64_en-US.msi" # sign the .exe file - AzureSignTool sign -kvu "${{ secrets.AZURE_KEY_VAULT_URI }}" -kvi "${{ secrets.AZURE_CLIENT_ID }}" -kvt "${{ secrets.AZURE_TENANT_ID }}" -kvs "${{ secrets.AZURE_CLIENT_SECRET }}" -kvc ${{ secrets.AZURE_CERT_NAME }} -tr http://timestamp.digicert.com -v "D:\a\kando\kando\src-tauri\target\release\bundle\nsis\kando_0.0.7_x64-setup.exe" + AzureSignTool sign -kvu "${{ secrets.AZURE_KEY_VAULT_URI }}" -kvi "${{ secrets.AZURE_CLIENT_ID }}" -kvt "${{ secrets.AZURE_TENANT_ID }}" -kvs "${{ secrets.AZURE_CLIENT_SECRET }}" -kvc ${{ secrets.AZURE_CERT_NAME }} -tr http://timestamp.digicert.com -v "D:\a\kando-kangaroo-1\kando-kangaroo-1\src-tauri\target\release\bundle\nsis\kando_0.0.8_x64-setup.exe" # # Uncomment the lines below if you have the updater enabled # # ========================================================= # # remove the .msi.zip and .msi.zip.sig files generated by tauri's build command as they are not code signed - # rm "D:\a\kando\kando\src-tauri\target\release\bundle\msi\kando_0.0.7_x64_en-US.msi.zip" - # rm "D:\a\kando\kando\src-tauri\target\release\bundle\msi\kando_0.0.7_x64_en-US.msi.zip.sig" + # rm "D:\a\kando-kangaroo-1\kando-kangaroo-1\src-tauri\target\release\bundle\msi\kando_0.0.8_x64_en-US.msi.zip" + # rm "D:\a\kando-kangaroo-1\kando-kangaroo-1\src-tauri\target\release\bundle\msi\kando_0.0.8_x64_en-US.msi.zip.sig" # # # zip and sign the code signed .msi - # 7z a -mx=0 "D:\a\kando\kando\src-tauri\target\release\bundle\msi\kando_0.0.7_x64_en-US.msi.zip" "D:\a\kando\kando\target\release\bundle\msi\kando_0.0.7_x64_en-US.msi" - # npm run tauri signer sign "D:\a\kando\kando\src-tauri\target\release\bundle\msi\kando_0.0.7_x64_en-US.msi.zip" -- -k ${{ secrets.TAURI_PRIVATE_KEY }} -p "${{ secrets.TAURI_KEY_PASSWORD }}" + # 7z a -mx=0 "D:\a\kando-kangaroo-1\kando-kangaroo-1\src-tauri\target\release\bundle\msi\kando_0.0.8_x64_en-US.msi.zip" "D:\a\kando-kangaroo-1\kando-kangaroo-1\target\release\bundle\msi\kando_0.0.8_x64_en-US.msi" + # npm run tauri signer sign "D:\a\kando-kangaroo-1\kando-kangaroo-1\src-tauri\target\release\bundle\msi\kando_0.0.8_x64_en-US.msi.zip" -- -k ${{ secrets.TAURI_PRIVATE_KEY }} -p "${{ secrets.TAURI_KEY_PASSWORD }}" # # ========================================================= # log hashes before and after code signing to verify that the uploaded assets are the right ones - CertUtil -hashfile "D:\a\kando\kando\src-tauri\target\release\bundle\nsis\kando_0.0.7_x64-setup.exe" SHA256 + CertUtil -hashfile "D:\a\kando-kangaroo-1\kando-kangaroo-1\src-tauri\target\release\bundle\nsis\kando_0.0.8_x64-setup.exe" SHA256 # # Uncomment the lines below if you have the updater enabled - # CertUtil -hashfile "D:\a\kando\kando\src-tauri\target\release\bundle\msi\kando_0.0.7_x64_en-US.msi.zip" SHA256 - # CertUtil -hashfile "D:\a\kando\kando\src-tauri\target\release\bundle\msi\kando_0.0.7_x64_en-US.msi.zip.sig" SHA256 + # CertUtil -hashfile "D:\a\kando-kangaroo-1\kando-kangaroo-1\src-tauri\target\release\bundle\msi\kando_0.0.8_x64_en-US.msi.zip" SHA256 + # CertUtil -hashfile "D:\a\kando-kangaroo-1\kando-kangaroo-1\src-tauri\target\release\bundle\msi\kando_0.0.8_x64_en-US.msi.zip.sig" SHA256 env: TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} diff --git a/package.json b/package.json index bc4ad77..b65c20e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kando", "private": true, - "version": "0.0.7", + "version": "0.0.8", "type": "module", "scripts": { "kangaroo": "npm run dist && npm run tauri build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 3d66742..6308172 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3794,7 +3794,7 @@ dependencies = [ [[package]] name = "kando" -version = "0.0.7" +version = "0.0.8" dependencies = [ "either", "futures", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5412dd4..e4025a8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kando" # replace-me -version = "0.0.7" # replace-me -- Choose wisely, see "Note on Versioning" in README +version = "0.0.8" # replace-me -- Choose wisely, see "Note on Versioning" in README description = "Kanban for Holochain" authors = ["dev@holochain.org"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 81c65d2..8d28630 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "kando", - "version": "0.0.7" + "version": "0.0.8" }, "tauri": { "allowlist": {