From 3b2f553f07c072f70719172bbf70e36f43ed61d6 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 28 Jun 2023 15:28:30 +0800 Subject: [PATCH] :art: change pake name --- script/build.ps1 | 2 +- script/build.sh | 6 ++---- src-tauri/assets/com-tw93-weread.desktop | 8 ++++---- src-tauri/tauri.linux.conf.json | 4 ++-- src-tauri/tauri.macos.conf.json | 2 +- src-tauri/tauri.windows.conf.json | 2 +- 6 files changed, 11 insertions(+), 13 deletions(-) diff --git a/script/build.ps1 b/script/build.ps1 index eee84b9..03747cd 100644 --- a/script/build.ps1 +++ b/script/build.ps1 @@ -24,7 +24,7 @@ $PSVersionTable Write-Host "=======================`n" -$identifier_prefix = "com.tw93" +$identifier_prefix = "com.pake" # total package number $index = 1 diff --git a/script/build.sh b/script/build.sh index a8a5317..bc27133 100755 --- a/script/build.sh +++ b/script/build.sh @@ -32,10 +32,8 @@ total=$(sed -n '$=' app.csv) export total=$((total-1)) export index=1 -export package_prefix="com-tw93" -export identifier_prefix="com.tw93" - - +export package_prefix="com-pake" +export identifier_prefix="com.pake" if [[ "$OSTYPE" =~ ^linux ]]; then echo "===============" diff --git a/src-tauri/assets/com-tw93-weread.desktop b/src-tauri/assets/com-tw93-weread.desktop index befc21a..00bcc03 100644 --- a/src-tauri/assets/com-tw93-weread.desktop +++ b/src-tauri/assets/com-tw93-weread.desktop @@ -1,10 +1,10 @@ [Desktop Entry] Encoding=UTF-8 Categories=Office -Exec=com-tw93-weread -Icon=com-tw93-weread -Name=com-tw93-weread +Exec=com-pake-weread +Icon=com-pake-weread +Name=com-pake-weread Name[zh_CN]=微信阅读 StartupNotify=true Terminal=false -Type=Application \ No newline at end of file +Type=Application diff --git a/src-tauri/tauri.linux.conf.json b/src-tauri/tauri.linux.conf.json index d9db8ea..8c8eef0 100644 --- a/src-tauri/tauri.linux.conf.json +++ b/src-tauri/tauri.linux.conf.json @@ -2,14 +2,14 @@ "tauri": { "bundle": { "icon": ["png/weread_512.png"], - "identifier": "com.tw93.weread", + "identifier": "com.pake.weread", "active": true, "category": "DeveloperTool", "copyright": "", "deb": { "depends": ["curl", "wget"], "files": { - "/usr/share/applications/com-tw93-weread.desktop": "assets/com-tw93-weread.desktop" + "/usr/share/applications/com-pake-weread.desktop": "assets/com-pake-weread.desktop" } }, "externalBin": [], diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index 66b3711..cdfbfa1 100644 --- a/src-tauri/tauri.macos.conf.json +++ b/src-tauri/tauri.macos.conf.json @@ -2,7 +2,7 @@ "tauri": { "bundle": { "icon": ["icons/weread.icns"], - "identifier": "com.tw93.weread", + "identifier": "com.pake.weread", "active": true, "category": "DeveloperTool", "copyright": "", diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index b46b429..d05799e 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -2,7 +2,7 @@ "tauri": { "bundle": { "icon": ["png/weread_256.ico", "png/weread_32.ico"], - "identifier": "com.tw93.weread", + "identifier": "com.pake.weread", "active": true, "category": "DeveloperTool", "copyright": "",