Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2023-06-13 01:25:39 -07:00 committed by GitHub
parent dcc611ca91
commit bd6a05f6a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Create a log file in the same directory as the desktop file/.sh file # Create a log file in the same directory as the desktop file/.sh file
exec >> NonSteamLaunchers-install.log 2>&1 exec >> $HOME/Downloads/NonSteamLaunchers-install.log 2>&1
chmod +x "$0" chmod +x "$0"