Skip to content

Commit 6687dad

Browse files
committed
Handle multiple processes better by using seperate container
1 parent 98ea52c commit 6687dad

File tree

3 files changed

+253
-77
lines changed

3 files changed

+253
-77
lines changed

.buildconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[default]
2+
name=Default
3+
runtime=host
4+
config-opts=
5+
run-opts=
6+
prefix=/home/veli/.cache/gnome-builder/install/CoolSocket/host
7+
app-id=
8+
postbuild=
9+
prebuild=
10+
default=true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.genonbeta.coolsocket</groupId>
88
<artifactId>main</artifactId>
9-
<version>1.0.2</version>
9+
<version>1.0.3.local4</version>
1010
<name>CoolSocket</name>
1111
<description>Socket implementation</description>
1212
<url>https://github.com/genonbeta/CoolSocket</url>

0 commit comments

Comments
 (0)