Skip to content

Commit 63ff942

Browse files
feat(jar)
1 parent 061c3c1 commit 63ff942

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.cervinschi.marin.javafx.briscola;
2+
3+
public class Launcher {
4+
public static void main(String[] args) {
5+
MainApp.main(args);
6+
}
7+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
Main-Class: com.cervinschi.marin.javafx.briscola.Launcher
3+

0 commit comments

Comments
 (0)