Replacing symlink by icon directly during build process (avoids symlink related bugs)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2025-04-22 22:25:09 +02:00
parent fea081045b
commit 328ac2b877
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 1 additions and 1 deletions

View file

@ -1 +0,0 @@
../../../../../logarithmplotter.svg

View file

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