Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
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
briar
Briar Desktop
Commits
e253fcea
Verified
Commit
e253fcea
authored
1 year ago
by
Sebastian
Browse files
Options
Downloads
Patches
Plain Diff
Use official briar tor binaries on macOS
parent
9bec6ac4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!332
MacOS
Pipeline
#14932
failed
1 year ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
briar
+1
-1
1 addition, 1 deletion
briar
briar-desktop/build.gradle.kts
+9
-15
9 additions, 15 deletions
briar-desktop/build.gradle.kts
with
10 additions
and
16 deletions
briar
@
ce10e677
Compare
f06ae413
...
ce10e677
Subproject commit
f06ae413f02a0cb2c1d744b0d51f76cb1bfcfaf9
Subproject commit
ce10e6770fea58948ea2fb6cbf6fc0e4f596c326
This diff is collapsed.
Click to expand it.
briar-desktop/build.gradle.kts
+
9
−
15
View file @
e253fcea
...
...
@@ -103,15 +103,9 @@ dependencies {
macosArm64
(
compose
.
desktop
.
macos_arm64
)
macosX64
(
compose
.
desktop
.
macos_x64
)
if
(
currentOS
!=
MacOS
)
{
currentOs
(
"org.briarproject:tor-${currentOS.id}:$tor_version"
)
currentOs
(
"org.briarproject:obfs4proxy-${currentOS.id}:$obfs4proxy_version"
)
currentOs
(
"org.briarproject:snowflake-${currentOS.id}:$snowflake_version"
)
}
else
{
currentOs
(
"org.briarproject:tor-${currentOS.id}-pipelines:$tor_version"
)
currentOs
(
"org.briarproject:obfs4proxy-${currentOS.id}-pipelines:$obfs4proxy_version"
)
currentOs
(
"org.briarproject:snowflake-${currentOS.id}-pipelines:$snowflake_version"
)
}
currentOs
(
"org.briarproject:tor-${currentOS.id}:$tor_version"
)
currentOs
(
"org.briarproject:obfs4proxy-${currentOS.id}:$obfs4proxy_version"
)
currentOs
(
"org.briarproject:snowflake-${currentOS.id}:$snowflake_version"
)
linuxX64
(
"org.briarproject:tor-linux:$tor_version"
)
linuxX64
(
"org.briarproject:obfs4proxy-linux:$obfs4proxy_version"
)
...
...
@@ -121,13 +115,13 @@ dependencies {
windowsX64
(
"org.briarproject:obfs4proxy-windows:$obfs4proxy_version"
)
windowsX64
(
"org.briarproject:snowflake-windows:$snowflake_version"
)
macosArm64
(
"org.briarproject:tor-macos
-pipelines
:$tor_version"
)
macosArm64
(
"org.briarproject:obfs4proxy-macos
-pipelines
:$obfs4proxy_version"
)
macosArm64
(
"org.briarproject:snowflake-macos
-pipelines
:$snowflake_version"
)
macosArm64
(
"org.briarproject:tor-macos:$tor_version"
)
macosArm64
(
"org.briarproject:obfs4proxy-macos:$obfs4proxy_version"
)
macosArm64
(
"org.briarproject:snowflake-macos:$snowflake_version"
)
macosX64
(
"org.briarproject:tor-macos
-pipelines
:$tor_version"
)
macosX64
(
"org.briarproject:obfs4proxy-macos
-pipelines
:$obfs4proxy_version"
)
macosX64
(
"org.briarproject:snowflake-macos
-pipelines
:$snowflake_version"
)
macosX64
(
"org.briarproject:tor-macos:$tor_version"
)
macosX64
(
"org.briarproject:obfs4proxy-macos:$obfs4proxy_version"
)
macosX64
(
"org.briarproject:snowflake-macos:$snowflake_version"
)
implementation
(
compose
.
materialIconsExtended
)
// needed to access Dispatchers.Swing for EventExecutor
...
...
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