From 473db281f0120e1a022df9cee16b81be354f0b57 Mon Sep 17 00:00:00 2001 From: astrofra Date: Mon, 14 Aug 2023 21:00:13 +0200 Subject: [PATCH] Fixed the invocation to assetc. Bumped version number. --- bdist_wheel/version.txt | 2 +- samples/1-Window2D.py | 2 +- samples/2-Window3D.py | 2 +- samples/3-Window3D_and_Window2D.py | 2 +- samples/4-VR_window.py | 2 +- samples/5-VR_window_and_window2D.py | 2 +- samples/6-Full_widgets_2D_mode.py | 2 +- samples/7-Full_widgets_3D_mode.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bdist_wheel/version.txt b/bdist_wheel/version.txt index 359a5b9..10bf840 100644 --- a/bdist_wheel/version.txt +++ b/bdist_wheel/version.txt @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.0.1 \ No newline at end of file diff --git a/samples/1-Window2D.py b/samples/1-Window2D.py index 5736938..8c6c46b 100644 --- a/samples/1-Window2D.py +++ b/samples/1-Window2D.py @@ -6,7 +6,7 @@ # Build the assets locally -harfang.bin.assetc(path.join(get_assets_path(), 'assets', '-quiet'), 'assets_compiled') +harfang.bin.assetc(path.join(get_assets_path(), 'assets'), 'assets_compiled', '-quiet') # Init Harfang diff --git a/samples/2-Window3D.py b/samples/2-Window3D.py index 195f8c6..ff851d5 100644 --- a/samples/2-Window3D.py +++ b/samples/2-Window3D.py @@ -6,7 +6,7 @@ # Build the assets locally -harfang.bin.assetc(path.join(get_assets_path(), 'assets', '-quiet'), 'assets_compiled') +harfang.bin.assetc(path.join(get_assets_path(), 'assets'), 'assets_compiled', '-quiet') # Init Harfang diff --git a/samples/3-Window3D_and_Window2D.py b/samples/3-Window3D_and_Window2D.py index 8921fab..4e0a02a 100644 --- a/samples/3-Window3D_and_Window2D.py +++ b/samples/3-Window3D_and_Window2D.py @@ -6,7 +6,7 @@ # Build the assets locally -harfang.bin.assetc(path.join(get_assets_path(), 'assets', '-quiet'), 'assets_compiled') +harfang.bin.assetc(path.join(get_assets_path(), 'assets'), 'assets_compiled', '-quiet') # Init Harfang diff --git a/samples/4-VR_window.py b/samples/4-VR_window.py index 5dbbb26..769771a 100644 --- a/samples/4-VR_window.py +++ b/samples/4-VR_window.py @@ -6,7 +6,7 @@ # Build the assets locally -harfang.bin.assetc(path.join(get_assets_path(), 'assets', '-quiet'), 'assets_compiled') +harfang.bin.assetc(path.join(get_assets_path(), 'assets'), 'assets_compiled', '-quiet') # Init Harfang diff --git a/samples/5-VR_window_and_window2D.py b/samples/5-VR_window_and_window2D.py index 215197f..2dd3a10 100644 --- a/samples/5-VR_window_and_window2D.py +++ b/samples/5-VR_window_and_window2D.py @@ -6,7 +6,7 @@ # Build the assets locally -harfang.bin.assetc(path.join(get_assets_path(), 'assets', '-quiet'), 'assets_compiled') +harfang.bin.assetc(path.join(get_assets_path(), 'assets'), 'assets_compiled', '-quiet') # Init Harfang diff --git a/samples/6-Full_widgets_2D_mode.py b/samples/6-Full_widgets_2D_mode.py index a7d13f3..d6a6c07 100644 --- a/samples/6-Full_widgets_2D_mode.py +++ b/samples/6-Full_widgets_2D_mode.py @@ -6,7 +6,7 @@ # Build the assets locally -harfang.bin.assetc(path.join(get_assets_path(), 'assets', '-quiet'), 'assets_compiled') +harfang.bin.assetc(path.join(get_assets_path(), 'assets'), 'assets_compiled', '-quiet') # Init Harfang diff --git a/samples/7-Full_widgets_3D_mode.py b/samples/7-Full_widgets_3D_mode.py index caa40b7..084f67d 100644 --- a/samples/7-Full_widgets_3D_mode.py +++ b/samples/7-Full_widgets_3D_mode.py @@ -6,7 +6,7 @@ # Build the assets locally -harfang.bin.assetc(path.join(get_assets_path(), 'assets', '-quiet'), 'assets_compiled') +harfang.bin.assetc(path.join(get_assets_path(), 'assets'), 'assets_compiled', '-quiet') # Init Harfang