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/"