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
This tries to load the file image.png from the same folder as the executable. But, image.png is actually in a temp folder, because I've packaged everything into a single executable with pyinstaller, and when running it extracts everything to a temp folder.
So, how to tell Sciter to load image.png from the temp folder, and not the current executable's folder?
In other words, the same folder as index.html.
The text was updated successfully, but these errors were encountered:
I got around this issue by editing main.html on every run via python in order to insert the necessary path information. But others may still need a less hackish solution.
This tries to load the file
image.png
from the same folder as the executable. But,image.png
is actually in a temp folder, because I've packaged everything into a single executable with pyinstaller, and when running it extracts everything to a temp folder.So, how to tell Sciter to load
image.png
from the temp folder, and not the current executable's folder?In other words, the same folder as
index.html
.The text was updated successfully, but these errors were encountered: