mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-06-17 11:37:45 +02:00
Sync from development - prepare for v0.5.0
This commit is contained in:
@@ -45,7 +45,7 @@ def get_appimage_path() -> Optional[Path]:
|
||||
if 'jackify' in path.name.lower():
|
||||
return path
|
||||
else:
|
||||
# Running from different AppImage (e.g., development in Cursor.AppImage)
|
||||
# Running from a different AppImage context
|
||||
return None
|
||||
|
||||
return None
|
||||
@@ -94,4 +94,4 @@ def get_appimage_info() -> dict:
|
||||
except (OSError, PermissionError):
|
||||
pass
|
||||
|
||||
return info
|
||||
return info
|
||||
|
||||
Reference in New Issue
Block a user