Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Jan 16, 2024
1 parent 2107202 commit 6228e84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
6 changes: 6 additions & 0 deletions docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ docker stop $CONTAINER_ID
docker rm $CONTAINER_ID

echo "container stopped and removed"

unzip build.zip
rm -rf build.zip
mv target/libdecrypter.so src/main/resources/
mv target/libencryptor.so src/main/resources/
rm -rf target
20 changes: 0 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,26 +107,6 @@
<goal>single</goal>
</goals>
</execution>
<execution>
<id>build-gui</id>
<configuration>
<attach>false</attach>
<appendAssemblyId>false</appendAssemblyId>
<archive>
<manifest>
<mainClass>org.y4sec.encryptor.gui.GUIMain</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<finalName>${project.artifactId}-${project.version}-gui</finalName>
</configuration>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit 6228e84

Please sign in to comment.