Skip to content

Commit

Permalink
clensing files
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Nov 6, 2020
1 parent 1126a59 commit 4590914
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ if (! test -z "$VERSION" ) then
if (! test -e $DIR/sloeber/configuration/.settings/) then
mkdir -p $DIR/sloeber/configuration/.settings/
fi
#Remove files with non-ascii names, cause installer to fail
LC_ALL=C find rbe-inst/ -name '*[! -~]*' | xargs -n1 rm

#cp org.eclipse.ui.ide.prefs $DIR/sloeber/configuration/.settings/
grep -v "osgi.instance.area.default" rbe-inst/sloeber/configuration/config.ini > config.ini
echo "osgi.instance.area.default=C\:\\\\RBE\\\\eclipse-workspace" >>config.ini
Expand All @@ -83,11 +86,10 @@ if (! test -z "$VERSION" ) then


echo Running wine C:\$INSTDIR\run.iss
return 0

if ( wine "C:\Program Files (x86)\Inno Setup 5\ISCC.exe" /cc "c:\rbe-inst-iss\run.iss") then
echo wine ok
else
exit 1
testget isetup-5.4.3.exe
wine isetup-5.4.3.exe
exit 1
Expand Down

0 comments on commit 4590914

Please sign in to comment.