Added original files/folder organization
This commit is contained in:
11
original data/themes/greek/scripts/sed-windows.sh
Normal file
11
original data/themes/greek/scripts/sed-windows.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# This is a quick kludge to get the x,y coordinates right in the xml scripts
|
||||
# it can be removed once SDL_Pango is working in the windows crossbuild
|
||||
|
||||
echo -e "Editing lesson scripts for a windows build...\n"
|
||||
|
||||
sed -f sed-windows.rules -i *
|
||||
|
||||
# Don't break the build if something went wrong!
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user