mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00
commit
07817afe0c
@ -329,6 +329,8 @@ Write-Output 'ICONS=()'
|
||||
|
||||
# Search for installed applications.
|
||||
AppSearchWinReg # Windows Registry
|
||||
AppSearchUWP # Universal Windows Platform
|
||||
if (Get-Command Get-AppxPackage -ErrorAction SilentlyContinue){
|
||||
AppSearchUWP # Universal Windows Platform
|
||||
}
|
||||
AppSearchChocolatey # Chocolatey Package Manager
|
||||
AppSearchScoop # Scoop Package Manager
|
||||
|
4
setup.sh
4
setup.sh
@ -1621,8 +1621,8 @@ function waInstall() {
|
||||
waFindInstalled
|
||||
|
||||
# Install the WinApps bash scripts.
|
||||
$SUDO ln -s "./bin/winapps" "${BIN_PATH}/winapps"
|
||||
$SUDO ln -s "./setup.sh" "${BIN_PATH}/winapps-setup"
|
||||
$SUDO ln -sf "${SOURCE_PATH}/bin/winapps" "${BIN_PATH}/winapps"
|
||||
$SUDO ln -sf "${SOURCE_PATH}/setup.sh" "${BIN_PATH}/winapps-setup"
|
||||
|
||||
# Configure the Windows RDP session application launcher.
|
||||
waConfigureWindows
|
||||
|
Loading…
x
Reference in New Issue
Block a user