summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/rundyecmd.sh
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2024-02-16 14:50:14 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-18 00:31:12 -0300
commitd36cb0eb4b7bba79b2b654c0e5f91f16726bdc68 (patch)
treed4279a38b763cefd033cfbf4d1ec2ff13c5e5dd2 /tools/ci/scripts/rundyecmd.sh
parent775392e472933be8d1d76619894efc0671f0c02d (diff)
downloadmv-jesusalva/renameprog.tar.gz
mv-jesusalva/renameprog.tar.bz2
mv-jesusalva/renameprog.tar.xz
mv-jesusalva/renameprog.zip
Rename the program from ManaPlus to ManaVerse.jesusalva/renameprog
Diffstat (limited to 'tools/ci/scripts/rundyecmd.sh')
-rwxr-xr-xtools/ci/scripts/rundyecmd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/scripts/rundyecmd.sh b/tools/ci/scripts/rundyecmd.sh
index fc399f822..c6807d91a 100755
--- a/tools/ci/scripts/rundyecmd.sh
+++ b/tools/ci/scripts/rundyecmd.sh
@@ -2,8 +2,8 @@
function testdye {
rm test1.png || true
- echo ./src/dyecmd "data/icons/manaplus.png|$1" test1.png
- ./src/dyecmd "data/icons/manaplus.png|$1" test1.png || exit 1
+ echo ./src/dyecmd "data/icons/manaverse.png|$1" test1.png
+ ./src/dyecmd "data/icons/manaverse.png|$1" test1.png || exit 1
ls test1.png || exit 1
rm test1.png || true
}