Commit d7e8ec5a authored by mercury233's avatar mercury233

Revert "compile ygosharp for windbot dlls"

This reverts commit 5be21dde.
parent 6998f0e3
...@@ -5,6 +5,3 @@ ...@@ -5,6 +5,3 @@
[submodule "windbot"] [submodule "windbot"]
path = windbot path = windbot
url = https://github.com/mycard/windbot.git url = https://github.com/mycard/windbot.git
[submodule "ygosharp"]
path = ygosharp
url = https://github.com/IceYGO/ygosharp
...@@ -17,9 +17,6 @@ WORKDIR /usr/src/app/ygopro ...@@ -17,9 +17,6 @@ WORKDIR /usr/src/app/ygopro
RUN ln -s bin/release/ygopro ygopro RUN ln -s bin/release/ygopro ygopro
RUN strip ygopro RUN strip ygopro
WORKDIR /usr/src/app/ygosharp
RUN xbuild /property:Configuration=Release /property:OutDir=/usr/src/app/windbot/
RUN mv /usr/src/app/windbot /usr/src/app/windbot-source RUN mv /usr/src/app/windbot /usr/src/app/windbot-source
WORKDIR /usr/src/app/windbot-source WORKDIR /usr/src/app/windbot-source
RUN xbuild /property:Configuration=Release /property:OutDir=/usr/src/app/windbot/ RUN xbuild /property:Configuration=Release /property:OutDir=/usr/src/app/windbot/
......
Subproject commit 672396b3c098f9c70816095dacffe9c0c49967e1 Subproject commit fabdff0e2cdc6e7aec2e998245f54fe2323a0330
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment