[Xfce4-commits] <midori:master> makedist: Add helper bat script for launching midori in portabe mode
Christian Dywan
noreply at xfce.org
Mon Feb 11 23:14:06 CET 2013
Updating branch refs/heads/master
to 78fb6e72a985d5dc60c9e182f057f901d7b6b91d (commit)
from ec1d4a0f29de28f4a8ca3ac5a3fd0603077c0e97 (commit)
commit 78fb6e72a985d5dc60c9e182f057f901d7b6b91d
Author: Paweł Forysiuk <tuxator at o2.pl>
Date: Mon Feb 11 15:24:36 2013 +0100
makedist: Add helper bat script for launching midori in portabe mode
win32/makedist/makedist.midori | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index 59f13a3..49eb910 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -131,6 +131,13 @@ cp -L $files $workdir/bin
popd > /dev/null
mkdir -p $workdir/bin/Plugins
+cat > $workdir/bin/portable.bat << _EOF
+ at ECHO OFF
+echo Starting Midori in portable mode!
+start midori.exe --portable
+pause
+_EOF
+
echo -n .
# copy etc
More information about the Xfce4-commits
mailing list