This commit is contained in:
Tw93
2022-12-21 11:43:44 +08:00
4 changed files with 13 additions and 6 deletions

View File

@@ -255,6 +255,13 @@ Pake 的发展离不开这些 Hacker 们,一起贡献了大量能力,也欢
<sub><b>Ayaka Neko</b></sub> <sub><b>Ayaka Neko</b></sub>
</a> </a>
</td> </td>
<td align="center">
<a href="https://github.com/turkyden">
<img src="https://avatars.githubusercontent.com/u/24560160?v=4" width="90;" alt="turkyden"/>
<br />
<sub><b>Dengju Deng</b></sub>
</a>
</td>
<td align="center"> <td align="center">
<a href="https://github.com/princemaple"> <a href="https://github.com/princemaple">
<img src="https://avatars.githubusercontent.com/u/1329716?v=4" width="90;" alt="princemaple"/> <img src="https://avatars.githubusercontent.com/u/1329716?v=4" width="90;" alt="princemaple"/>
@@ -268,15 +275,15 @@ Pake 的发展离不开这些 Hacker 们,一起贡献了大量能力,也欢
<br /> <br />
<sub><b>Hyzhao</b></sub> <sub><b>Hyzhao</b></sub>
</a> </a>
</td> </td></tr>
<tr>
<td align="center"> <td align="center">
<a href="https://github.com/liusishan"> <a href="https://github.com/liusishan">
<img src="https://avatars.githubusercontent.com/u/33129823?v=4" width="90;" alt="liusishan"/> <img src="https://avatars.githubusercontent.com/u/33129823?v=4" width="90;" alt="liusishan"/>
<br /> <br />
<sub><b>Liusishan</b></sub> <sub><b>Liusishan</b></sub>
</a> </a>
</td></tr> </td>
<tr>
<td align="center"> <td align="center">
<a href="https://github.com/piaoyidage"> <a href="https://github.com/piaoyidage">
<img src="https://avatars.githubusercontent.com/u/5135405?v=4" width="90;" alt="piaoyidage"/> <img src="https://avatars.githubusercontent.com/u/5135405?v=4" width="90;" alt="piaoyidage"/>

2
script/build.bat vendored
View File

@@ -50,7 +50,7 @@ for /f "skip=1 tokens=1-4 delims=," %%i in (app.csv) do (
::echo name is !name! !name_zh! !url! ::echo name is !name! !name_zh! !url!
:: replace url :: replace url
.\script\sd.exe !old_url! !url! src-tauri\tauri.conf.json .\script\sd.exe -s !old_url! !url! src-tauri\tauri.conf.json
::replace pacakge name ::replace pacakge name
.\script\sd.exe !old_title! !title! src-tauri\tauri.conf.json .\script\sd.exe !old_title! !title! src-tauri\tauri.conf.json
.\script\sd.exe !old_name! !name! src-tauri\tauri.windows.conf.json .\script\sd.exe !old_name! !name! src-tauri\tauri.windows.conf.json

2
script/build.sh vendored
View File

@@ -67,7 +67,7 @@ do
package_zh_name=${arr[2]} package_zh_name=${arr[2]}
url=${arr[3]} url=${arr[3]}
# replace package info # replace package info
$sd "${old_url}" "${url}" src-tauri/tauri.conf.json $sd -s "${old_url}" "${url}" src-tauri/tauri.conf.json
$sd "${old_name}" "${package_name}" src-tauri/tauri.conf.json $sd "${old_name}" "${package_name}" src-tauri/tauri.conf.json
# echo "update ico with 32x32 pictue" # echo "update ico with 32x32 pictue"
# $sd "${old_name}" "${package_name}" src-tauri/src/main.rs # $sd "${old_name}" "${package_name}" src-tauri/src/main.rs