Compare commits
No commits in common. "86625c4251fa0f5bcc52618b0802152640a2dd9b" and "02496f6595365c645e28d9c5075b86b8c4d5149c" have entirely different histories.
86625c4251
...
02496f6595
@ -4155,18 +4155,4 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
width: 100px;
|
width: 100px;
|
||||||
border-radius: 0px 0px 10px 10px;
|
border-radius: 0px 0px 10px 10px;
|
||||||
border-color: #333333;
|
border-color: #333333;
|
||||||
border: solid;
|
|
||||||
border-width: 0px 1px 1px 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#dynmapDoneButtonText {
|
|
||||||
color: white;
|
|
||||||
font-weight: 900;
|
|
||||||
letter-spacing: 2px;
|
|
||||||
text-shadow: 0px 0px 0px #bebcbb;
|
|
||||||
font-size: 11px;
|
|
||||||
line-height: 30px;
|
|
||||||
transition: 0.25s ease;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
@ -10,7 +10,7 @@
|
|||||||
</defs>
|
</defs>
|
||||||
<polyline class="arrowLine" points="0.71 13.26 12.56 1.41 24.16 13.02"/>
|
<polyline class="arrowLine" points="0.71 13.26 12.56 1.41 24.16 13.02"/>
|
||||||
</svg>
|
</svg>
|
||||||
<span id="dynmapDoneButtonText">MAP</span>
|
<span id="newsButtonText">MAP</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
from node:16 AS build
|
|
||||||
#RUN apk add git
|
|
||||||
RUN dpkg --add-architecture i386 && apt update && apt -y install wine32
|
|
||||||
#RUN apt install -y wine
|
|
||||||
WORKDIR /app
|
|
||||||
RUN git clone https://git.gregbrzezinski.com/Skirda/SkirdaElectronLauncher.git #skipcache
|
|
||||||
WORKDIR /app/SkirdaElectronLauncher
|
|
||||||
RUN git checkout skirda-launcher
|
|
||||||
RUN npm install
|
|
||||||
#RUN npm run dist:linux
|
|
||||||
RUN npm run dist:win
|
|
||||||
RUN ls /app/SkirdaElectronLauncher/dist
|
|
||||||
#COPY --from=build /app/SkirdaElectronLauncher/dist/* ./dist
|
|
Loading…
Reference in New Issue
Block a user