Skip to content

Commit

Permalink
Removed nightly, i mplemented release builds...I think..
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Kjölhede committed Dec 20, 2014
1 parent 2257818 commit 4c7694a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
4 changes: 2 additions & 2 deletions buildimpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ def install():
def upload_to_culvertsoft():
folderName = mgen_version.lower()

if folderName.startswith("nightly."):
folderName = "nightly"
if not folderName.startswith("snap"):
folderName = "releases"

zipName = "mgen-" + mgen_version + ".zip"
zipSrc = "target/" + zipName
Expand Down
Binary file removed mgen-starters/mgen-visualdesigner.ex_
Binary file not shown.
2 changes: 0 additions & 2 deletions mgen-starters/mgen-visualdesigner.sh

This file was deleted.

24 changes: 0 additions & 24 deletions mgen-starters/mgen-visualdesigner.xml

This file was deleted.

0 comments on commit 4c7694a

Please sign in to comment.