Commit Graph

5 Commits (6a01311af8b17bbd0c7e1ddd6fcc2be60ba093c9)

Author SHA1 Message Date
voussoir efd64fc16d Launch the lnk file itself instead of pulling out path.
I guess I'm not sure why I ever wrote it to pull out the exe path
instead of just calling the lnk directly. The purpose of this change
is to maintain other attributes about the lnk such as custom icon
which will appear on the taskbar, and compatibility settings.
2020-12-23 20:07:01 -08:00
voussoir 67f390cce2 Move lines that modify parent out of the child class.
Previous code was bad for modularity. Not that I'm using this
as a module anywhere but it caught my attention so may as well
fix it.
2020-06-17 13:46:22 -07:00
voussoir f98364b814 Fix handling of lnks that have commandline arguments. 2020-02-29 14:28:15 -08:00
voussoir 88ba4a3e23 Switch from env variable to just local directory.
What can I say. I just don't like environment variables.
2020-01-26 16:57:47 -08:00
voussoir 9e5c699871 Add PGUI.pyw. 2020-01-07 14:52:22 -08:00