mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-30 18:39:23 +00:00
feat(app): move update_resources in dev_scripts folder
This commit is contained in:
parent
c27dcaed73
commit
e3dc39ca42
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/bash
|
||||
#!/usr/bin/sh
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
RESOURCE_FILE="resources.qrc"
|
||||
|
||||
cd $SCRIPT_DIR
|
||||
cd $SCRIPT_DIR/..
|
||||
|
||||
echo "<!DOCTYPE RCC><RCC version=\"1.0\">
|
||||
<qresource prefix=\"/\">" > $RESOURCE_FILE
|
||||
Loading…
Add table
Reference in a new issue