Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Nov 9, 2021
1 parent 693d8d9 commit ee29247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Portable_XH.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ rem THE SOFTWARE.
rem

start http://localhost:8080/
start "Portable_XH 3.1-dev" /d %~dp0 php\php -d sendmail_path="%~dp0php\php.exe %~dp0storemail.php" -S localhost:8080 -t www %~dp0router.php
start "Portable_XH 3.1" /d %~dp0 php\php -d sendmail_path="%~dp0php\php.exe %~dp0storemail.php" -S localhost:8080 -t www %~dp0router.php
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</fileset>
</move>
<delete dir="export"/>
<zip destfile="Portable_XH-3.1-dev.zip" basedir="dist" prefix="Portable_XH/"/>
<zip destfile="Portable_XH-3.1.zip" basedir="dist" prefix="Portable_XH/"/>
<delete dir="dist"/>
</target>

Expand Down

0 comments on commit ee29247

Please sign in to comment.