mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-09-01 06:12:01 +08:00
14 lines
471 B
Plaintext
14 lines
471 B
Plaintext
// Portable build resource. The app itself runs as the current user; service
|
|
// installation raises a separate UAC prompt only when the user chooses it.
|
|
IDI_ICON1 ICON "crossdesk.ico"
|
|
|
|
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
|
|
#define RT_MANIFEST 24
|
|
|
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "crossdesk_portable.manifest"
|
|
|
|
#define CROSSDESK_FILE_DESCRIPTION "CrossDesk Portable"
|
|
#define CROSSDESK_ORIGINAL_FILENAME "CrossDesk.exe"
|
|
|
|
#include "version_info.rcinc"
|