We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4436761 commit d62d84bCopy full SHA for d62d84b
1 file changed
bin/install.sh
@@ -37,6 +37,8 @@ if [ -f "IDE/dist/BeefIDE" ]; then
37
install -Dm644 -t "${INSTALL_PATH}/bin/" "IDE/dist/en_US.aff"
38
install -Dm644 -t "${INSTALL_PATH}/bin/" "IDE/dist/en_US.dic"
39
40
+ install -Dm644 -t "${INSTALL_PATH}/bin/" "IDE/dist/BeefDbgVis.toml"
41
+
42
find IDE/dist/fonts -type f -exec install -Dm644 -t "${INSTALL_PATH}/bin/fonts" "{}" \;
43
find IDE/dist/images -type f -exec install -Dm644 -t "${INSTALL_PATH}/bin/images" "{}" \;
44
find IDE/dist/shaders -type f -exec install -Dm644 -t "${INSTALL_PATH}/bin/shaders" "{}" \;
0 commit comments