more updates

pull/7/head
Botspot 4 years ago
parent 332cf9f687
commit afd52adb02

@ -0,0 +1,2 @@
This version of FreeCAD has already been compiled for Raspberry Pi.
Botspot followed Scruss's compilation instructions for FreeCAD 0.18.4, on a Raspberry Pi 4B4, on 9/21/2020.

@ -0,0 +1 @@
https://github.com/Botspot/FreeCAD-precompiled

6
gui

@ -6,10 +6,10 @@ function error {
exit 1
}
[ -z $(yad --help) ] && error "YAD needs to be installed to run pi-apps."
[ -z "$(yad --help)" ] && error "YAD needs to be installed to run pi-apps."
#check for updates in background
"${DIRECTORY}/updater" &
"${DIRECTORY}/updater" 1>/dev/null &
mkdir -p "${DIRECTORY}/data/installed-packages" "${DIRECTORY}/data/status"
@ -31,7 +31,7 @@ while true;do
LIST="$LIST$(echo "${DIRECTORY}/icons/$(cat "${DIRECTORY}/data/status/${i}" || echo "none").png")
${DIRECTORY}/apps/${i}/icon-24.png
$i
"\("$(cat "${DIRECTORY}/data/status/${i}" || echo "Unknown state")"\)" $(echo "$(cat "${DIRECTORY}/apps/${i}/description" || echo "Description unavailable")" | head -n1)
"\("$(cat "${DIRECTORY}/data/status/${i}" || echo "probably uninstalled")"\)" $(echo "$(cat "${DIRECTORY}/apps/${i}/description" || echo "Description unavailable")" | head -n1)
"
done
IFS="$PREIFS"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

@ -28,6 +28,8 @@ Terminal=false
Type=Application
Categories=Utility;" >> ${HOME}/.local/share/applications/pi-apps.desktop
echo "Adding Desktop shortcut..."
cp -f ${HOME}/.local/share/applications/pi-apps.desktop ${HOME}/Desktop/pi-apps.desktop
echo "Installation complete."

Loading…
Cancel
Save