Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Updated run scripts to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mslinn committed Apr 3, 2012
1 parent fbe6e59 commit a8b0002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run 100755 → 100644
@@ -1,2 +1,2 @@
#!/bin/bash
java -cp target/MeetupRoll-assembly-0.1.jar com.micronautics.meetupRoll.MeetupRoll
javaw -cp target/MeetupRoll-assembly-0.3.jar com.micronautics.meetupRoll.MeetupRoll
2 changes: 1 addition & 1 deletion run.cmd
@@ -1 +1 @@
@java -jar target/MeetupRoll-assembly-0.1.jar com.micronautics.meetupRoll.MeetupRoll
start /b javaw -cp target/MeetupRoll-assembly-0.3.jar com.micronautics.meetupRoll.MeetupRoll

0 comments on commit a8b0002

Please sign in to comment.