mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #157] [MERGED] Build full installer via clean_build.sh #1571
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#1571
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/157
Author: @p12tic
Created: 10/18/2018
Status: ✅ Merged
Merged: 10/19/2018
Merged by: @AdrianKoshka
Base:
master← Head:osx-installer📝 Commits (2)
fe1568fOSX: Fix lack of newlines in build messages65b9faeOSX: Build full installer as part of the installer build via cmake📊 Changes
3 files changed (+16 additions, -6 deletions)
View changed files
📝
CMakeLists.txt(+7 -0)📝
dist/macos/bundle/build_installer.sh.in(+4 -1)📝
osx_environment.sh(+5 -5)📄 Description
Currently doing
env B_BUILD_TYPE=Release ./clean_build.shwon't build full installer on OSX as build_installer.sh script won't be run. This PR reduces the possible confusion by including the installer into the regular build process handled by cmake. Tested the resulting dmg on all of OSX 10.12, 10.13 and 10.14.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.