icon changed successfully by compiling the app to .exe format
added 'requirements.txt' file with all the dependencies to run and compile
NOTE: all the static files need to be copied to output folder after successful compilation .
compiled file will be present in the path
/output/main/main.exe
I can't seem to run the executable. It's in the ..\output\main.exe right? It's not running on my end. I've been thinking of refactoring the folder structure to make it easier to convert to an exe.
icon changed successfully by compiling the app to .exe format added 'requirements.txt' file with all the dependencies to run and compile NOTE: all the static files need to be copied to output folder after successful compilation . compiled file will be present in the path
/output/main/main.exe