extract dirs in current directory works on appimage

This commit is contained in:
2025-06-20 23:41:32 +02:00
parent 3ba041a28e
commit a63d54f128
3 changed files with 44 additions and 0 deletions

View File

@ -16,6 +16,7 @@ from manager import (
Image,
AppManager,
LxTools,
EnsureFiles,
)
from network import NetworkChecker
from message import MessageDialog
@ -1335,6 +1336,7 @@ def main():
try:
# Create and run the GUI
EnsureFiles.extract_data_files()
app = LXToolsGUI()
app.run()
except KeyboardInterrupt: