mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #978] [MERGED] Add version info resource to windows exe #1726
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1726
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/978
Author: @albertony
Created: 12/8/2020
Status: ✅ Merged
Merged: 12/9/2020
Merged by: @p12tic
Base:
master← Head:rc_version_info📝 Commits (3)
5fdb750Add version info to windows client and server exe resourcesaea4881Cleanup windows client and server exe resource build366342eAdd resource with icon and version info to windows deamon exe📊 Changes
11 files changed (+249 additions, -69 deletions)
View changed files
📝
cmake/Version.cmake(+3 -0)📝
src/cmd/barrierc/CMakeLists.txt(+1 -10)➖
src/cmd/barrierc/barrierc.exe.manifest(+0 -2)📝
src/cmd/barrierc/barrierc.rc(+63 -34)📝
src/cmd/barrierd/CMakeLists.txt(+3 -0)➕
src/cmd/barrierd/barrierd.ico(+0 -0)➕
src/cmd/barrierd/barrierd.rc(+112 -0)➕
src/cmd/barrierd/resource.h(+16 -0)📝
src/cmd/barriers/CMakeLists.txt(+1 -10)➖
src/cmd/barriers/barriers.exe.manifest(+0 -2)📝
src/cmd/barriers/barriers.rc(+50 -11)📄 Description
Server: Same, except (in addition to FileName and OriginalFileName):
Deamon: Same, except (in addition to FileName and OriginalFileName):
Seems ok? Especially the file description, company name and copyright?
Also included some cleanup of rc builds in barrierc/barriers to make them more in line with recent (that is: newer than ancient!) versions of VC, such as: Removed DISCARDABLE attribute (is ignored when not on 16-bit Windows), removed separate manifest file (is auto generated and embedded since VS2010 or something), removed .ico files from cmake source list (which does nothing there)...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.