Merge pull request #694 from winapps-org/feat-dco

Add a DCO
This commit is contained in:
Oskar Manhart
2025-09-03 13:07:34 +02:00
committed by GitHub
17 changed files with 202 additions and 19 deletions

View File

@@ -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