mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-06 18:58:27 +02:00
Merge pull request #12 from KernelGhost/codex/update-comment-in-setup.sh
Fix grammar in detected file comment
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -1156,7 +1156,7 @@ function waFindInstalled() {
|
|||||||
echo "IF EXIST \"${WIN_EXECUTABLE}\" ECHO ${APPLICATION} >> ${TMP_INST_FILE_PATH_WIN}" >>"$BATCH_SCRIPT_PATH"
|
echo "IF EXIST \"${WIN_EXECUTABLE}\" ECHO ${APPLICATION} >> ${TMP_INST_FILE_PATH_WIN}" >>"$BATCH_SCRIPT_PATH"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Append a command to the batch script to run the PowerShell script and store it's output in the 'detected' file.
|
# Append a command to the batch script to run the PowerShell script and store its output in the 'detected' file.
|
||||||
# shellcheck disable=SC2129 # Silence warning regarding repeated redirects.
|
# shellcheck disable=SC2129 # Silence warning regarding repeated redirects.
|
||||||
echo "powershell.exe -ExecutionPolicy Bypass -File ${PS_SCRIPT_HOME_PATH_WIN} > ${DETECTED_FILE_PATH_WIN}" >>"$BATCH_SCRIPT_PATH"
|
echo "powershell.exe -ExecutionPolicy Bypass -File ${PS_SCRIPT_HOME_PATH_WIN} > ${DETECTED_FILE_PATH_WIN}" >>"$BATCH_SCRIPT_PATH"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user