1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
Go to file
kelteseth 855c70273b Add
2018-11-17 11:54:59 +01:00
ScreenPlay Add 2018-11-17 11:54:59 +01:00
ScreenPlaySDK Fix critical bug when sending debug message not parsing appID 2018-09-22 16:01:34 +02:00
ScreenPlaySysInfo Fix example 2018-11-06 17:00:21 +01:00
ScreenPlayWidget Add 2018-11-17 11:54:59 +01:00
ScreenPlayWindow Add 2018-11-17 11:54:59 +01:00
ScreenPlayWorkshop Add workshop subproject 2018-10-17 20:39:39 +02:00
scripts Add ScreenPlayWindow deploy 2018-11-11 17:56:35 +01:00
.gitattributes Add git lfs with ffmpeg and steam dlls 2018-09-20 15:41:55 +02:00
.gitignore Add git lfs with ffmpeg and steam dlls 2018-09-20 15:41:55 +02:00
.gitlab-ci.yml Test ci 2018-11-11 16:19:51 +01:00
.gitmodules Add google analytics 2018-09-14 12:55:10 +02:00
README.md Fix working qt version and add debug support 2018-10-03 11:20:02 +00:00
ScreenPlay.pro Add workshop subproject 2018-10-17 20:39:39 +02:00
WinDeploy.sh WIP on es/feature/create: 9863d62 Better output when disconnection 2018-09-22 20:24:54 +02:00

Requirements

Optional

This is only needed for a standalone Steam release build to run WinDeploy.sh!

  • [Download and install msys2 x86_x64] (http://www.msys2.org/)
    • Start msys2
    • Run: pacman -Syu then restart terminal
    • Run: pacman -Su

Release

  • Change in WinDeploy.sh the paths in Line 4 - 5 according to your setup
    • ReleasePath='C:\Users\Eli\Code\Qt\build-ScreenPlay-Desktop-Release\ScreenPlay\release\'
    • DeployPath='C:\Users\Eli\Code\Qt\ScreenPlay-Deploy\'
  • Run WinDeploy.sh