diff --git a/archiso/airootfs/home/smart/zm b/archiso/airootfs/home/smart/zm new file mode 100755 index 00000000..ef38db60 Binary files /dev/null and b/archiso/airootfs/home/smart/zm differ diff --git a/archiso/airootfs/home/smart/zm.desktop b/archiso/airootfs/home/smart/zm.desktop new file mode 100755 index 00000000..5334658a --- /dev/null +++ b/archiso/airootfs/home/smart/zm.desktop @@ -0,0 +1,11 @@ +#!/usr/bin/env xdg-open + +[Desktop Entry] +Version=1.0 +Type=Application +Categories=TMS +Terminal=false +Name[zh_CN]=贞明配置软件 +Exec=/home/smart/zm +Name=贞明配置软件 + diff --git a/archiso/profiledef.sh b/archiso/profiledef.sh index 0d642d05..008ff879 100755 --- a/archiso/profiledef.sh +++ b/archiso/profiledef.sh @@ -54,6 +54,7 @@ file_permissions=( ["/usr/local/bin/hostname"]="0:0:755" ["/usr/bin/hostname"]="0:0:755" ["/home/smart/BARCO/"]="1000:1000:755" + ["/home/smart/zm"]="1000:1000:755" ["/home/smart/SmartOrganizer/"]="1000:1000:755" ["/home/smart/smart-organizer-service-install.sh"]="1000:1000:755" ["/home/smart/first-start.sh"]="1000:1000:755"