-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added support for custom jdeployHome.
Added integration test for launcher
- Loading branch information
Steve Hannah
committed
Jul 23, 2024
1 parent
710e2f0
commit 4aa6be0
Showing
16 changed files
with
294 additions
and
14 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
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
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
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
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 modified
BIN
+12.4 KB
(100%)
shared/src/main/resources/com/joshondesign/appbundler/linux/Client4JLauncher
Binary file not shown.
Binary file modified
BIN
+576 Bytes
(100%)
shared/src/main/resources/com/joshondesign/appbundler/mac/arm64/Client4JLauncher
Binary file not shown.
Binary file modified
BIN
+568 Bytes
(100%)
shared/src/main/resources/com/joshondesign/appbundler/mac/x64/Client4JLauncher
Binary file not shown.
Binary file modified
BIN
+10.8 KB
(100%)
shared/src/main/resources/com/joshondesign/appbundler/win/Client4JLauncher.exe
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"bin": { | ||
"jdeploy-it-test-project": "jdeploy-bundle/jdeploy.js" | ||
}, | ||
"author": "", | ||
"description": "jDeploy Integration Test Project", | ||
"main": "index.js", | ||
"preferGlobal": true, | ||
"repository": "", | ||
"source": "https://github.com/shannah/jdeploy-it-test-project", | ||
"version": "0.0.0-master", | ||
"jdeploy": { | ||
"jdk": false, | ||
"javaVersion": "17", | ||
"jar": "target/jdeploy-it-test-project-1.0-SNAPSHOT.jar", | ||
"javafx": false, | ||
"title": "Jdeploy It Test Project", | ||
"bundles": [ | ||
"mac-arm64" | ||
], | ||
"commitHash": "f5ebc668b69b2b0b12e7e2ead2b75d56be3efe3b" | ||
}, | ||
"dependencies": { | ||
"command-exists-promise": "^2.0.2", | ||
"node-fetch": "2.6.7", | ||
"shelljs": "^0.8.4", | ||
"tar": "^4.4.8", | ||
"yauzl": "^2.10.0" | ||
}, | ||
"license": "ISC", | ||
"name": "jdeploy-it-test-project", | ||
"files": [ | ||
"jdeploy-bundle" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.56 KB
tests/projects/LauncherTest1/target/jdeploy-it-test-project-1.0-SNAPSHOT.jar
Binary file not shown.
Binary file not shown.
Oops, something went wrong.