Embed version and icon into windows executable
authorFelix Weilbach <felix.weilbach@nextcloud.com>
Fri, 9 Apr 2021 10:16:37 +0000 (12:16 +0200)
committerFelix Weilbach <felix.weilbach@t-online.de>
Fri, 9 Apr 2021 11:53:12 +0000 (13:53 +0200)
commitc49dc440bbf40b2ebe32fb57fdc58a54518ab0c1
treef6d55784510ba2262b485c0e10570491d8e7fcdc
parent5e15f4f2c62099e3a9c484320741189c1e6b788f
Embed version and icon into windows executable

These changes are necessary because of changing the compilation
process for the gui from a single executable to static lib +
executable in commit 0521dce1743215633f6db3fb7fd184a5643f7779.
Otherwise the version and icon information will be lost.

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
src/gui/CMakeLists.txt