Skip to content

Commit

Permalink
Clean up for release
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Feb 4, 2017
1 parent 41663ab commit 101d3a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DEBUGDLL=$(SOURCEDIR)/bin/Debug/Astrogator.dll
RELEASEDLL=$(SOURCEDIR)/bin/Release/Astrogator.dll
DISTDIR=Astrogator
RELEASEZIP=Astrogator.zip
DLLDOCS=$(SOURCEDIR)/bin/Debug/Astrogator.xml
DLLDOCS=$(SOURCEDIR)/bin/Release/Astrogator.xml
DLLSYMBOLS=$(DEBUGDLL).mdb

TARGETS=$(DEBUGDLL) $(RELEASEDLL) $(RELEASEZIP)
Expand All @@ -25,10 +25,10 @@ $(DEBUGDLL): $(SOURCE) $(GAMELINK)
$(RELEASEDLL): $(SOURCE) $(GAMELINK)
cd $(SOURCEDIR) && xbuild /p:Configuration=Release

$(RELEASEZIP): $(DEBUGDLL) $(ICONS) $(README) $(DLLDOCS) $(DLLSYMBOLS)
$(RELEASEZIP): $(RELEASEDLL) $(ICONS) $(README) $(DLLDOCS) $(DLLSYMBOLS)
mkdir -p $(DISTDIR)
cp $^ $(DISTDIR)
zip -u -r $@ $(DISTDIR)
zip -r $@ $(DISTDIR)

$(GAMELINK):
if [ -x $(DEFAULTGAMEDIR) ]; \
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Astrogator

<div style="margin:0.25em;padding:2px;text-align:center;">![mainScreenshot](screenshots/mainScreenshot.png)</div>
![mainScreenshot](screenshots/mainScreenshot.png)

A space-navigational aide for [Kerbal Space Program](http://www.kerbalspaceprogram.com/).

See all the transfers that you could choose from your current location at a glance, including the time till the burn and delta V, and turn them into maneuvers with one click.

## Download

The [latest version]() is available on Github.
The [latest version](https://github.com/HebaruSan/Astrogator/releases) is available on Github.

Unzip to your GameData folder.

Expand Down Expand Up @@ -73,8 +73,7 @@ Click the wrench to open and close the settings panel:
- Useful numbers for launches/landed
- Return-to-LKO burns from Mun and Minmus
- Publish
- Push to Github
- Make a Release
- Make a Release
- New thread on forums
- [DialogGUI* thread](http://forum.kerbalspaceprogram.com/index.php?/topic/149324-popupdialog-and-the-dialoggui-classes/)
- Reply to [Kerbal Navigator post](http://forum.kerbalspaceprogram.com/index.php?/topic/138886-what-mod-should-i-make/&do=findComment&comment=2562076), @Nansuchao
Expand Down

0 comments on commit 101d3a1

Please sign in to comment.