change windows product name

This commit is contained in:
pompurin404
2024-10-16 21:55:42 +08:00
parent dc9a41ed04
commit dc8ffb79c6
9 changed files with 10 additions and 18 deletions

View File

@@ -24,6 +24,7 @@ options=('!lto')
prepare(){
cd $srcdir/${_pkgname}-${pkgver}
sed -i "s/productName: Mihomo Party/productName: mihomo-party/" electron-builder.yml
pnpm install
}

View File

@@ -25,6 +25,7 @@ pkgver() {
prepare(){
cd $srcdir/${_pkgname}
sed -i "s/productName: Mihomo Party/productName: mihomo-party/" electron-builder.yml
pnpm install
}

View File

@@ -20,6 +20,7 @@ options=('!lto')
prepare(){
cd $srcdir/${pkgname}-${pkgver}
sed -i "s/productName: Mihomo Party/productName: mihomo-party/" electron-builder.yml
pnpm install
}