Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roman Haefeli
netpd-app-builder
Commits
9ee97c8a
Commit
9ee97c8a
authored
Jun 07, 2020
by
Roman Haefeli
Browse files
add and configure kiosk-plugin to windows bundle
parent
4a81e418
Changes
1
Hide whitespace changes
Inline
Side-by-side
build_windows.sh
View file @
9ee97c8a
...
...
@@ -16,6 +16,7 @@ ext_urls+=("http://puredata.info/Members/zmoelnigbot/software/iemnet/0.2.3/iemne
ext_urls+
=(
"http://puredata.info/Members/rdz/software/osc/0.2~git20181006/osc%5Bv0.2~git20181006%5D(Windows-amd64-32).dek"
)
ext_urls+
=(
"http://puredata.info/Members/rdz/software/slip/0.1~git20181006/slip%5Bv0.1~git20181006%5D(Windows-amd64-32).dek"
)
ext_urls+
=(
"http://puredata.info/Members/zmoelnigbot/software/zexy/2.3.1/zexy%5Bv2.3.1%5D(Darwin-amd64-32)(Linux-amd64-32)(Linux-arm64-32)(Linux-armv7-32)(Linux-i386-32)(Windows-amd64-32)(Windows-i386-32).dek"
)
ext_urls+
=(
"https://puredata.info/downloads/kiosk-plugin/releases/1.0/kiosk-plugin.zip"
)
# netpd bundle
netpd_bundle_url
=
"https://www.netpd.org/~roman/netpd-plus-instruments.zip"
...
...
@@ -71,6 +72,8 @@ function fail {
patch
-s
${
work_dir
}
/pd-netpd/tcl/pd-gui.tcl < files/pd-gui.tcl.patch
||
fail
# fix instruments path in preferences
patch
-s
${
work_dir
}
/pd-netpd/netpd/includes/netpd-preferences.cnf < files/netpd-preferences.cnf.patch
||
fail
# configure kiosk-plugin
cp
files/kiosk.cfg
"
${
work_dir
}
/pd-netpd/extra/kiosk-plugin/"
||
fail
# copy launcher exe
cp
files/netpd.exe
"
${
work_dir
}
"
||
fail
# copy README
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment