🎨 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"
|
||||
|
||||
|
||||
$identifier_prefix = "com.tw93"
|
||||
$identifier_prefix = "com.pake"
|
||||
|
||||
# total package number
|
||||
$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 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 "==============="
|
||||
|
||||
Reference in New Issue
Block a user