Skip to content

Commit

Permalink
rename files to match Dash-User-Contributions version
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Mar 23, 2015
1 parent 2120eb9 commit 375792d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dash-slimframework is a docset for [Dash.app][] containing the latest Slim Frame
## Installing

Install by opening Dash.app preferences, switch to `Downloads`, click `+`, and enter the feed URL
`https://raw.githubusercontent.com/pfefferle/dash-slimframework/master/SlimFramework.xml`.
`https://raw.githubusercontent.com/pfefferle/dash-slimframework/master/Slim_Framework.xml`.

## Build

Expand Down
Binary file added Slim_Framework.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion SlimFramework.xml → Slim_Framework.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<entry>
<version>1.0.1</version>
<url>https://github.com/pfefferle/dash-slimframework/releases/download/v1.0.1/slimframework.tgz</url>
<url>https://github.com/pfefferle/dash-slimframework/releases/download/v1.0.1/Slim_Framework.tgz</url>
</entry>
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

tar --exclude='.DS_Store' -cvzf slimframework.tgz Slim_Framework.docset
tar --exclude='.DS_Store' -cvzf Slim_Framework.tgz Slim_Framework.docset

0 comments on commit 375792d

Please sign in to comment.