mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
e334e8db53
Added MacOS icons, plist, and cask template file Adjusted goreleaser with the new name for all builds Added Icon and update windows-ui build to include it and avoid console migrated Docker builds to new namespace netbirdio
10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
#include <windows.h>
|
|
|
|
#pragma code_page(65001) // UTF-8
|
|
|
|
#define STRINGIZE(x) #x
|
|
#define EXPAND(x) STRINGIZE(x)
|
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST manifest.xml
|
|
7 ICON ui/netbird.ico
|
|
wireguard.dll RCDATA wireguard.dll
|