🎨 change pake name
This commit is contained in:
2
script/build.ps1
vendored
2
script/build.ps1
vendored
@@ -24,7 +24,7 @@ $PSVersionTable
|
|||||||
Write-Host "=======================`n"
|
Write-Host "=======================`n"
|
||||||
|
|
||||||
|
|
||||||
$identifier_prefix = "com.tw93"
|
$identifier_prefix = "com.pake"
|
||||||
|
|
||||||
# total package number
|
# total package number
|
||||||
$index = 1
|
$index = 1
|
||||||
|
|||||||
6
script/build.sh
vendored
6
script/build.sh
vendored
@@ -32,10 +32,8 @@ total=$(sed -n '$=' app.csv)
|
|||||||
export total=$((total-1))
|
export total=$((total-1))
|
||||||
export index=1
|
export index=1
|
||||||
|
|
||||||
export package_prefix="com-tw93"
|
export package_prefix="com-pake"
|
||||||
export identifier_prefix="com.tw93"
|
export identifier_prefix="com.pake"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if [[ "$OSTYPE" =~ ^linux ]]; then
|
if [[ "$OSTYPE" =~ ^linux ]]; then
|
||||||
echo "==============="
|
echo "==============="
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Categories=Office
|
Categories=Office
|
||||||
Exec=com-tw93-weread
|
Exec=com-pake-weread
|
||||||
Icon=com-tw93-weread
|
Icon=com-pake-weread
|
||||||
Name=com-tw93-weread
|
Name=com-pake-weread
|
||||||
Name[zh_CN]=微信阅读
|
Name[zh_CN]=微信阅读
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
"tauri": {
|
"tauri": {
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["png/weread_512.png"],
|
"icon": ["png/weread_512.png"],
|
||||||
"identifier": "com.tw93.weread",
|
"identifier": "com.pake.weread",
|
||||||
"active": true,
|
"active": true,
|
||||||
"category": "DeveloperTool",
|
"category": "DeveloperTool",
|
||||||
"copyright": "",
|
"copyright": "",
|
||||||
"deb": {
|
"deb": {
|
||||||
"depends": ["curl", "wget"],
|
"depends": ["curl", "wget"],
|
||||||
"files": {
|
"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": [],
|
"externalBin": [],
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"tauri": {
|
"tauri": {
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["icons/weread.icns"],
|
"icon": ["icons/weread.icns"],
|
||||||
"identifier": "com.tw93.weread",
|
"identifier": "com.pake.weread",
|
||||||
"active": true,
|
"active": true,
|
||||||
"category": "DeveloperTool",
|
"category": "DeveloperTool",
|
||||||
"copyright": "",
|
"copyright": "",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"tauri": {
|
"tauri": {
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
|
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
|
||||||
"identifier": "com.tw93.weread",
|
"identifier": "com.pake.weread",
|
||||||
"active": true,
|
"active": true,
|
||||||
"category": "DeveloperTool",
|
"category": "DeveloperTool",
|
||||||
"copyright": "",
|
"copyright": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user