Skip to content

Commit

Permalink
add dpf-widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Jun 21, 2024
1 parent d1ec244 commit 49434a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "dpf"]
path = dpf
url = https://github.com/DISTRHO/DPF.git
[submodule "dpf-widgets"]
path = dpf-widgets
url = [email protected]:DISTRHO/DPF-Widgets.git
1 change: 1 addition & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cd ..

xcopy /E /H /C /I libdaisy Heavy\usr\lib\libdaisy
xcopy /E /H /C /I dpf Heavy\usr\lib\dpf
xcopy /E /H /C /I dpf-widgets Heavy\usr\lib\dpf-widgets

:: Package heavy using pyinstaller
python -m ensurepip
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ popd

cp -rf ./libdaisy ./Heavy/lib/libdaisy
cp -rf ./dpf ./Heavy/lib/dpf
cp -rf ./dpf-widgets ./Heavy/lib/dpf-widgets

# Package Heavy with pyinstaller
python3 -m ensurepip
Expand Down
1 change: 1 addition & 0 deletions dpf-widgets
Submodule dpf-widgets added at 0b67fb

0 comments on commit 49434a1

Please sign in to comment.