Skip to content

Commit d62d84b

Browse files
committed
Add DbgVis to Linux install
1 parent 4436761 commit d62d84b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ if [ -f "IDE/dist/BeefIDE" ]; then
3737
install -Dm644 -t "${INSTALL_PATH}/bin/" "IDE/dist/en_US.aff"
3838
install -Dm644 -t "${INSTALL_PATH}/bin/" "IDE/dist/en_US.dic"
3939

40+
install -Dm644 -t "${INSTALL_PATH}/bin/" "IDE/dist/BeefDbgVis.toml"
41+
4042
find IDE/dist/fonts -type f -exec install -Dm644 -t "${INSTALL_PATH}/bin/fonts" "{}" \;
4143
find IDE/dist/images -type f -exec install -Dm644 -t "${INSTALL_PATH}/bin/images" "{}" \;
4244
find IDE/dist/shaders -type f -exec install -Dm644 -t "${INSTALL_PATH}/bin/shaders" "{}" \;

0 commit comments

Comments
 (0)