-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add capsule.io, for now as a binary blob
- Loading branch information
1 parent
70184c0
commit dbac87f
Showing
4 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ deploy: | |
provider: releases | ||
file: | ||
- esteid.jar | ||
- esteid-app.jar | ||
skip_cleanup: true | ||
on: | ||
tags: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
Manifest-Version: 1.0 | ||
Main-Class: org.esteid.hacker.CLI | ||
Class-Path: lib/bcpkix-jdk15on-154.jar lib/bcprov-jdk15on-154.jar lib/jopt-simple-4.9.jar lib/apdu4j-pcsc.jar lib/gp.jar lib/vjcre.jar | ||
Premain-Class: Capsule | ||
Main-Class: Capsule | ||
Application-ID: org.esteid.hacker | ||
Application-Class: org.esteid.hacker.CLI | ||
Min-Java-Version: 1.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.