From 328ac2b877540a3ed084d5f5ee33f65a4eb1ece0 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Tue, 22 Apr 2025 22:25:09 +0200 Subject: [PATCH] Replacing symlink by icon directly during build process (avoids symlink related bugs) --- assets/icons/logarithmplotter.svg | 1 - scripts/build.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 assets/icons/logarithmplotter.svg diff --git a/assets/icons/logarithmplotter.svg b/assets/icons/logarithmplotter.svg deleted file mode 120000 index 0497bab..0000000 --- a/assets/icons/logarithmplotter.svg +++ /dev/null @@ -1 +0,0 @@ -../../../../../logarithmplotter.svg \ No newline at end of file diff --git a/scripts/build.sh b/scripts/build.sh index 257b2c4..8d170bf 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -52,4 +52,5 @@ mkdir -p "$BUILD_DIR/LogarithmPlotter/i18n" && cp assets/i18n/*.qm "$BUILD_DIR/L box "Building icons..." cp -r assets/icons "$BUILD_QML_DIR" +cp assets/logarithmplotter.svg "$BUILD_QML_DIR/icons/" cp assets/logarithmplotter.svg "$BUILD_DIR/LogarithmPlotter/"