Added python project; fixed spelling of folder
This commit is contained in:
7
Java Projects/WebCapImg/buildJar.sh
Executable file
7
Java Projects/WebCapImg/buildJar.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
function main() {
|
||||
jar cvfm WebCapImgFX.jar manifest.txt com/itdominator/webcapimgfx/*.class com/itdominator/webcapimgfx/resources
|
||||
chmod +x WebCapImgFX.jar
|
||||
}
|
||||
main;
|
||||
Reference in New Issue
Block a user