mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 14:19:37 +08:00
Update create_appimage.py
This commit is contained in:
parent
5cd558e36c
commit
907443eaba
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user