Merge pull request #30 from cchrkk/patch-2

EZ logging
This commit is contained in:
Roy 2023-05-29 17:50:17 -07:00 committed by GitHub
commit 1d942cdb70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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