Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrclark committed Apr 3, 2017
0 parents commit f07accf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
windows-app-template*
*.zip
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Shoes 4 Windows App Templates

This repository is primarily for keeping binary releases of the Shoes 4 Windows
app templates around.

Actual sources for the packages aren't kept in git because of their size.

## App Template Updates

The general process for revising a package is:

* Download the last package available
* Unzip the package into a `windows-app-template`
* Make updates to code in the `windows-app-template` directory
* `zip -r windows-app-template-NEWVERSIONUMBER windows-app-template`
* Upload resulting zipfile to a new release
* Upload a compatible `jdk.zip` alongside (can reuse from prior releases if
not updating)

## JDK Updates

Document soon!!!

0 comments on commit f07accf

Please sign in to comment.