Skip to content

Commit 48f7960

Browse files
committed
Added bundle file and corresponding manifest
- manifest uses is used to configure the jar file - the bundle file will turn it into the jar file
1 parent 876511a commit 48f7960

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bundle.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jar cmf manifest.txt wargame-java.jar -C bin/ .

manifest.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Main-Class: wargame/App

0 commit comments

Comments
 (0)