Skip to content

Commit

Permalink
Fix pedalboard screenshots under windows
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 10, 2023
1 parent 34453e7 commit 8280d2f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -272,21 +272,37 @@ macos:
macos-app:
./utils/run.sh macos-universal-10.15 $(MAKE) -C systray

macos-bootstrap:
./PawPaw/bootstrap-mod.sh macos-universal-10.15

macos-plugins:
$(MAKE) PAWPAW_TARGET=macos-universal-10.15 plugins

# ---------------------------------------------------------------------------------------------------------------------

wasm:
$(MAKE) PAWPAW_TARGET=wasm

wasm-app:
./utils/run.sh wasm $(MAKE) -C systray

wasm-bootstrap:
./PawPaw/bootstrap-mod.sh wasm

wasm-plugins:
$(MAKE) PAWPAW_TARGET=wasm plugins

# ---------------------------------------------------------------------------------------------------------------------

win64:
$(MAKE) PAWPAW_TARGET=win64

win64-app:
./utils/run.sh win64 $(MAKE) -C systray

win64-bootstrap:
./PawPaw/bootstrap-mod.sh win64

win64-plugins:
$(MAKE) PAWPAW_TARGET=win64 plugins

Expand Down
2 changes: 1 addition & 1 deletion PawPaw
Submodule PawPaw updated 1 files
+18 −0 bootstrap-mod.sh
2 changes: 1 addition & 1 deletion mod-ui

0 comments on commit 8280d2f

Please sign in to comment.