Compare commits

...

2 Commits

Author SHA1 Message Date
yangjiaxuan 5645b3f0eb 提交uos打包的info文件 2024-08-19 10:39:21 +08:00
yangjiaxuan 3aab3e7ded 调整国产系统uos按键工具 2024-08-19 10:25:15 +08:00
5 changed files with 48 additions and 8 deletions

View File

@ -84,7 +84,6 @@ then
echo $sanelibname
elif [ "${oem:0-4:4}" == "tool" ];
then
dpkgtype=kylin
sanelibname="${oem%${oem:0-4:4}*}"
echo $sanelibname
else
@ -99,6 +98,30 @@ function appbuild()
echo "-----------------------------start-----------------------------"
#GIT CODE
rm ../release/$syspath/$cpu/*
git -C ../release clean -df
git -C ../release checkout .
git -C ../release pull
git -C ../sdk clean -df
git -C ../sdk checkout .
git -C ../sdk pull
git -C ../code_device clean -df
git -C ../code_device checkout .
git -C ../code_device pull
git -C ../code_app clean -df
git -C ../code_app checkout .
git -C ../code_app pull
git -C ../code_lang checkout .
git -C ../code_lang pull
git -C ../code_log checkout .
git -C ../code_log pull
echo "-----------------------------start code_lang build-----------------------------"
./../code_lang/build.sh
@ -564,9 +587,9 @@ else
if [ "$oem" == "hgtool" ];
then
cp -rf release/$syspath/$cpu/* dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/bin
cp -rf release/$syspath/$cpu/* dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/bin
else
cp -rf release/$syspath/$cpu/* dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/lib
cp -rf release/$syspath/$cpu/* dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/lib
if [ "$oem" == "hg" ] || [ "$oem" == "zg" ];
then

View File

@ -1,6 +1,6 @@
Package: com.huagaochina.huagoscantool
Version: 4.40.10521.23066
Architecture: loongarch64
Package: com.huagaochina.huagaoscantool
Version: 4.52.10520.24232
Architecture: amd64
Section: utils
Priority: optional
Maintainer: PengLiangyi <pengliangyi@huagaochina.com>

View File

@ -4,4 +4,4 @@ udevadm control --reload-rules
udevadm trigger
ldconfig
/opt/apps/com.huagaochina.huagoscantool/files/bin/HGScanTool &
/opt/apps/com.huagaochina.huagaoscantool/files/bin/HGScanTool &

View File

@ -0,0 +1,17 @@
{
"appid":"com.huagaochina.huagaoscantool",
"name":"hgtool",
"version":"4.52.10520.24232",
"arch":["amd64"],
"permissions": {
"autostart": false,
"notification": false,
"trayicon": false,
"clipboard": false,
"account": false,
"bluetooth": false,
"camera": false,
"audio_record": false,
"installed_apps": false
}
}

View File

@ -5,6 +5,6 @@ Type=Application
Name=HGScanTool
Name[zh_CN]=华高按键扫描工具
Exec=/opt/apps/com.huagaochina.huagaoscantool/files/bin/HGScanTool
Icon=/usr/share/icons/hicolor/128x128/apps/scanner-driver-huagaoscantool.png
Icon=/usr/share/icons/hicolor/128x128/apps/com.huagaochina.huagaoscantool.png
Categories=Application;Graphics;GTK;RasterGraphics;Scanning;