Skip to content

Commit

Permalink
swiftshader deletion is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
zadam committed Jul 24, 2023
1 parent 074e13a commit cc06701
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions bin/build-linux-x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ mv "./dist/Trilium Notes-linux-x64" $BUILD_DIR

cp images/app-icons/png/128x128.png $BUILD_DIR/icon.png

# removing software WebGL binaries because they are pretty huge and not necessary
rm -r $BUILD_DIR/swiftshader

cp bin/tpl/anonymize-database.sql $BUILD_DIR/

cp -r dump-db $BUILD_DIR/
Expand Down
3 changes: 0 additions & 3 deletions bin/build-win-x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ rm -rf $BUILD_DIR

mv "./dist/Trilium Notes-win32-x64" $BUILD_DIR

# removing software WebGL binaries because they are pretty huge and not necessary
rm -r $BUILD_DIR/swiftshader

cp bin/tpl/anonymize-database.sql $BUILD_DIR/

cp -r dump-db $BUILD_DIR/
Expand Down

0 comments on commit cc06701

Please sign in to comment.