You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the error that appears when user starts Temp_Cleaner GUI without internet connected, or with unstable internet connection
Now the updater program will check for updates after launching the main Temp_Cleaner GUI's window.
An error message will appear when the user attempts to launch the updater program from the "About" window when there is no active internet connection.
The program will redirect it's cwd (current working directory) automatically to the path where Temp_Cleaner GUI executable is stored(ex. C:\Program Files\Temp_Cleaner GUI v5.8-testing (x64)), This is useful in many cases like when you try to launch Temp_Cleaner GUI as user NT AUTHORITY\SYSTEM via a 3rd party program
Unfortunately since this is a beta testing release, Probably there won't be official downloads for this release, but the good news is that you can still compile it yourself using the method shown below
Don't forget to replace <tcg_files_dir> with the full path of the working directory you've created in the first step and cloned this repo files into (ex. C:\tcgworkdir\temp_cleaner_gui)
Pro tip: You can copy this command line and paste it in a new text file and use the "Replace" function in "Edit" menubar of notepad window to make things easier.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What's new in version 5.8-testing?
Unfortunately since this is a beta testing release, Probably there won't be official downloads for this release, but the good news is that you can still compile it yourself using the method shown below
How to compile v5.8-testing?
pyinstaller
by typing the following command:pip install pyinstaller rem If it doesn't work, try this command instead py -m pip install pyinstaller
C:\tcgworkdir
)temp_cleaner_gui
cd temp_cleaner_gui
pyinstaller
to compile this program, use the following command line to do that:<tcg_files_dir>
with the full path of the working directory you've created in the first step and cloned this repo files into (ex.C:\tcgworkdir\temp_cleaner_gui
)Pro tip: You can copy this command line and paste it in a new text file and use the "Replace" function in "Edit" menubar of notepad window to make things easier.
This discussion was created from the release Major bug fixes over previous version (v5.6-stable).
Beta Was this translation helpful? Give feedback.
All reactions