From d3f3734b9b555568d02286b46f5cc19c722c2012 Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: Nov 11 2017 11:38:21 +0000 Subject: Improve OpenToonz launcher: update themes and translation on start --- diff --git a/docker-builder-data/build/script/packet/opentoonz-master.files/launch-opentoonz.sh b/docker-builder-data/build/script/packet/opentoonz-master.files/launch-opentoonz.sh index 794d70f..3146494 100755 --- a/docker-builder-data/build/script/packet/opentoonz-master.files/launch-opentoonz.sh +++ b/docker-builder-data/build/script/packet/opentoonz-master.files/launch-opentoonz.sh @@ -73,6 +73,14 @@ else rm -f "$INI.out" fi fi + + # update themes + echo "fix config: update themes" + cp -ur "$BASE_DIR/share/opentoonz/stuff/config/qss" "$CONFIG_DIR/stuff/config/" + + # update localizations + echo "fix config: update themes" + cp -ur "$BASE_DIR/share/opentoonz/stuff/config/loc" "$CONFIG_DIR/stuff/config/" fi cd "$BASE_DIR/bin"