Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'makemod.sh')
-rwxr-xr-xmakemod.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/makemod.sh b/makemod.sh
index 22724ba..87ab5f5 100755
--- a/makemod.sh
+++ b/makemod.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-moddir=retroarch.hmod
-modname=retroarch.hmod
+moddir=retroarch_mod.hmod
+modname=retroarch_mod.hmod
outdir=output
[ -z "$1" ] || outdir=$1
cd "$moddir"