-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d533bca
commit 7a06de4
Showing
3 changed files
with
85 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ MAKE INSTALLER | |
|
||
1. Open directory: \source\mushclient\install | ||
2. Run shortcut: Make Installer | ||
3. Rename resulting file 'mushclient40x.exe' as appropriate (eg. mushclient454.exe) | ||
3. Rename resulting file 'mushclient50x.exe' as appropriate (eg. mushclient502.exe) | ||
|
||
|
||
COMMIT FINAL CHANGES TO GIT | ||
|
@@ -73,14 +73,14 @@ COMMIT FINAL CHANGES TO GIT | |
git push | ||
|
||
2. Tag this release and push tags: | ||
git tag -a v4.54 -m "Version 4.54 as released" | ||
git tag -a v5.01 -m "Version 5.01 as released" | ||
git push --tags | ||
|
||
|
||
FIND INSTALLER MD5 SUM | ||
|
||
1. Switch to install directory and type: | ||
md5sum *454* (version number here) | ||
md5sum *501* (version number here) | ||
|
||
|
||
UPLOAD INSTALLER | ||
|
@@ -89,15 +89,15 @@ UPLOAD INSTALLER | |
|
||
sftp [email protected] | ||
cd www/files/mushclient | ||
put mushclient454.exe | ||
chmod 644 mushclient454.exe | ||
put mushclient501.exe | ||
chmod 644 mushclient501.exe | ||
Ctrl+D | ||
|
||
2. Check upload: | ||
|
||
ssh [email protected] | ||
cd www/files/mushclient | ||
md5sum *454* (version number here) | ||
md5sum *501* (version number here) | ||
|
||
|
||
DO ANNOUNCEMENT | ||
|
Oops, something went wrong.