3 Commits

Author SHA1 Message Date
Никита Митусов e622c57a0a fix: preserve transparency in desktop icons 2026-07-29 15:49:04 +03:00
Никита Митусов 8df24391da fix: configure desktop bundle icons 2026-07-29 15:45:58 +03:00
Никита Митусов cd75429188 ci: request platform-specific Tauri bundles 2026-07-29 15:37:57 +03:00
19 changed files with 11 additions and 3 deletions
+4 -3
View File
@@ -1,6 +1,7 @@
name: Release
on:
workflow_dispatch:
push:
tags: ["v*"]
@@ -16,15 +17,15 @@ jobs:
include:
- platform: macOS universal
os: macos-14
args: --target universal-apple-darwin
args: --bundles app,dmg --target universal-apple-darwin
rust-targets: aarch64-apple-darwin,x86_64-apple-darwin
- platform: Windows x64
os: windows-latest
args: --target x86_64-pc-windows-msvc
args: --bundles nsis --target x86_64-pc-windows-msvc
rust-targets: x86_64-pc-windows-msvc
- platform: Linux x64
os: ubuntu-22.04
args: --target x86_64-unknown-linux-gnu
args: --bundles appimage,deb --target x86_64-unknown-linux-gnu
rust-targets: x86_64-unknown-linux-gnu
runs-on: ${{ matrix.os }}
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 35 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 50 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 85 KiB

+7
View File
@@ -33,6 +33,13 @@
"bundle": {
"active": true,
"targets": ["app", "dmg"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"category": "Utility",
"shortDescription": "Telegram connectivity through a local MTProto proxy",
"longDescription": "TGLock restores Telegram connectivity through an adaptive WebSocket tunnel.",