feat: move demo & icons into docs
Signed-off-by: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com>
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
Before Width: | Height: | Size: 5.4 MiB After Width: | Height: | Size: 5.4 MiB |
Before Width: | Height: | Size: 9.6 MiB After Width: | Height: | Size: 9.6 MiB |
Before Width: | Height: | Size: 872 B After Width: | Height: | Size: 872 B |
Before Width: | Height: | Size: 751 B After Width: | Height: | Size: 751 B |
2
setup.sh
@@ -1254,7 +1254,7 @@ StartupWMClass=Microsoft Windows
|
||||
Comment=Microsoft Windows RDP Session"
|
||||
|
||||
# Copy the 'Windows' icon.
|
||||
$SUDO cp "./icons/windows.svg" "${APPDATA_PATH}/icons/windows.svg"
|
||||
$SUDO cp "./install/windows.svg" "${APPDATA_PATH}/icons/windows.svg"
|
||||
|
||||
# Write the desktop entry content to a file.
|
||||
echo "$WIN_DESKTOP" | $SUDO tee "${APP_PATH}/windows.desktop" &>/dev/null
|
||||
|