summarylogtreecommitdiffstats
path: root/heroes-of-might-and-magic-3-complete-edition-campaign-editor
diff options
context:
space:
mode:
authorSandy Carter2016-12-28 18:51:43 -0500
committerSandy Carter2016-12-28 18:51:59 -0500
commit592d8730765c4b1e4f7a3a2550775ba6ba74b7ff (patch)
tree214166378d0fba4a06d8489eda1231ee14f77986 /heroes-of-might-and-magic-3-complete-edition-campaign-editor
parented5fbc72111346085537f10c655c7f446e4ca2fd (diff)
downloadaur-592d8730765c4b1e4f7a3a2550775ba6ba74b7ff.tar.gz
move dot files to local share
Diffstat (limited to 'heroes-of-might-and-magic-3-complete-edition-campaign-editor')
-rwxr-xr-xheroes-of-might-and-magic-3-complete-edition-campaign-editor11
1 files changed, 0 insertions, 11 deletions
diff --git a/heroes-of-might-and-magic-3-complete-edition-campaign-editor b/heroes-of-might-and-magic-3-complete-edition-campaign-editor
deleted file mode 100755
index d832aaee48bd..000000000000
--- a/heroes-of-might-and-magic-3-complete-edition-campaign-editor
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-unset WINEPREFIX
-export WINEPREFIX="$HOME"/.gog-heroes-of-might-and-magic-3-complete-edition
-export WINEDEBUG=-all
-if [ ! -d "$WINEPREFIX" ]
-then
- mkdir -p "$WINEPREFIX"
- wineboot -i
- regedit /usr/share/gog-heroes-of-might-and-magic-3-complete-edition/local_machine.reg
-fi
-wine /opt/gog/heroes-of-might-and-magic-3-complete-edition/h3ccmped.exe "$@"