Update create_appimage.py

This commit is contained in:
Frederic Meeuwissen 2025-01-17 20:10:06 +01:00 committed by GitHub
parent 5cd558e36c
commit 907443eaba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ def generate_appimage_builder_config(dist_path, version, appimage_filename):
version = version,
arch = platform.machine(),
file_name = appimage_filename)
print(appimage_builder)
with open(os.path.join(Path(__file__).parent, "AppImageBuilder.yml"), "w") as appimage_builder_file:
appimage_builder_file.write(appimage_builder)