Replacing symlink by icon directly during build process (avoids symlink related bugs)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fea081045b
commit
328ac2b877
2 changed files with 1 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
../../../../../logarithmplotter.svg
|
|
|
@ -52,4 +52,5 @@ mkdir -p "$BUILD_DIR/LogarithmPlotter/i18n" && cp assets/i18n/*.qm "$BUILD_DIR/L
|
||||||
|
|
||||||
box "Building icons..."
|
box "Building icons..."
|
||||||
cp -r assets/icons "$BUILD_QML_DIR"
|
cp -r assets/icons "$BUILD_QML_DIR"
|
||||||
|
cp assets/logarithmplotter.svg "$BUILD_QML_DIR/icons/"
|
||||||
cp assets/logarithmplotter.svg "$BUILD_DIR/LogarithmPlotter/"
|
cp assets/logarithmplotter.svg "$BUILD_DIR/LogarithmPlotter/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue