Skip to content

Commit

Permalink
Merge pull request #2052 from oxen-io/dev
Browse files Browse the repository at this point in the history
v0.9.10
  • Loading branch information
jagerman committed Nov 11, 2022
2 parents 77fa34c + 7906fac commit 1e5e34b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions cmake/macos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ if(BUILD_PACKAGE)
COMMAND create-dmg
--volname "Lokinet ${PROJECT_VERSION}"
--volicon lokinet.icns
#--background ... FIXME
--background "${PROJECT_SOURCE_DIR}/contrib/macos/installer.tiff"
--text-size 16
--icon-size 128
--window-size 500 300
--icon Lokinet.app 100 100
--window-size 555 440
--icon Lokinet.app 151 196
--hide-extension Lokinet.app
--app-drop-link 350 100
--app-drop-link 403 196
--eula "${PROJECT_SOURCE_DIR}/LICENSE"
--no-internet-enable
"${lokinet_installer}.dmg"
Expand Down
Binary file added contrib/macos/installer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contrib/macos/installer.tiff
Binary file not shown.
Binary file added contrib/macos/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions llarp/bootstrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "util/bencode.hpp"
#include "util/logging.hpp"
#include "util/logging/buffer.hpp"
#include "util/fs.hpp"

namespace llarp
{
Expand Down
2 changes: 1 addition & 1 deletion llarp/util/fs.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once

#include <fstream>
#ifdef USE_GHC_FILESYSTEM
#include <ghc/filesystem.hpp>
namespace fs = ghc::filesystem;
Expand Down
5 changes: 2 additions & 3 deletions llarp/vpn/linux.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
#include <linux/if_tun.h>

#include <cstring>
#include <sys/types.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <linux/rtnetlink.h>
#include <llarp/net/net.hpp>
#include <llarp/util/str.hpp>
Expand All @@ -24,6 +21,8 @@
#include <llarp/router/abstractrouter.hpp>
#include <llarp.hpp>

#include <llarp/util/fs.hpp>

namespace llarp::vpn
{
struct in6_ifreq
Expand Down

0 comments on commit 1e5e34b

Please sign in to comment.