diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b4c1bc1..2d82667 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,8 +22,8 @@ jobs: target: x86_64-unknown-linux-gnu # Darwin - # - os: macos-latest - # target: x86_64-apple-darwin + - os: macos-latest + target: x86_64-apple-darwin - os: macos-11 target: aarch64-apple-darwin @@ -31,9 +31,6 @@ jobs: - os: windows-latest target: x86_64-pc-windows-msvc triplet: x64-windows-static-md - - os: windows-latest - target: aarch64-pc-windows-msvc - triplet: arm64-windows-static-md steps: - name: Checkout repository diff --git a/src-tauri/icons/otadump.ico b/src-tauri/icons/otadump.ico index e37b7d4..c676c3d 100644 Binary files a/src-tauri/icons/otadump.ico and b/src-tauri/icons/otadump.ico differ diff --git a/src-tauri/icons/otadump.png b/src-tauri/icons/otadump.png new file mode 100644 index 0000000..06874bf Binary files /dev/null and b/src-tauri/icons/otadump.png differ diff --git a/src-tauri/icons/otadump.svg b/src-tauri/icons/otadump.svg index e0efeea..5f85c67 100644 --- a/src-tauri/icons/otadump.svg +++ b/src-tauri/icons/otadump.svg @@ -1,23 +1,22 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - + + - @@ -46,20 +45,20 @@ - - - - - - - - - - + + + + + + + + + + - + - + @@ -89,34 +88,9 @@ - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7c0a4ca..2aa5cc7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -45,6 +45,7 @@ "targets": "all", "icon": [ "icons/otadump.ico", + "icons/otadump.png", "icons/otadump.svg" ] }