Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-vpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vladimir KozLove
bitmask-vpn
Commits
4bcd4ab2
Unverified
Commit
4bcd4ab2
authored
5 years ago
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
[pkg] fix paths to binaries in darwin/windows
parent
5c04a916
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
branding/templates/makefile/Makefile
+4
-4
4 additions, 4 deletions
branding/templates/makefile/Makefile
with
4 additions
and
4 deletions
branding/templates/makefile/Makefile
+
4
−
4
View file @
4bcd4ab2
...
...
@@ -36,8 +36,8 @@ pkg_win: staging\nssm.exe staging\openvpn\openvpn.exe
else
pkg_win
:
staging/nssm.exe staging/openvpn/openvpn.exe
echo
"[+] building windows"
cp
../bin/bitmask-vpn staging/bitmask-vpn.exe
cp
../bin/bitmask-helper staging/bitmask_helper.exe
cp
../bin/
windows/
bitmask-vpn staging/bitmask-vpn.exe
cp
../bin/
windows/
bitmask-helper staging/bitmask_helper.exe
makensis windows/
$(
APPNAME
)
-installer
.nsi
endif
...
...
@@ -51,8 +51,8 @@ sign_win:
pkg_osx
:
echo
"[+] Building osx package..."
cp
../bin/bitmask-vpn dist/
$(
APPNAME
)
.app/Contents/MacOS/
cp
../bin/bitmask-helper dist/
$(
APPNAME
)
.app/Contents/MacOS/
cp
../bin/
darwin/
bitmask-vpn dist/
$(
APPNAME
)
.app/Contents/MacOS/
cp
../bin/
darwin/
bitmask-helper dist/
$(
APPNAME
)
.app/Contents/MacOS/
cp
$(
STAGING
)
/openvpn-osx dist/
$(
APPNAME
)
.app/Contents/Resources/openvpn.leap
ifeq
($(SYSTEM), Darwin)
osx/quickpkg
--output
dist/
$(
APPNAME
)
-
$(
VERSION
)
_unsigned.pkg
--scripts
osx/scripts/ dist/
$(
APPNAME
)
.app/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment