File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -137,13 +137,13 @@ if(BUILD_PACKAGE)
137137    COMMAND  create-dmg
138138      --volname "Lokinet ${PROJECT_VERSION} " 
139139      --volicon lokinet.icns
140-       # --background ... FIXME 
140+       --background " ${PROJECT_SOURCE_DIR} /contrib/macos/installer.tiff" 
141141      --text-size 16
142142      --icon-size 128
143-       --window-size 500 300 
144-       --icon Lokinet.app 100 100 
143+       --window-size 555 440 
144+       --icon Lokinet.app 151 196 
145145      --hide-extension Lokinet.app
146-       --app-drop-link 350 100 
146+       --app-drop-link 403 196 
147147      --eula "${PROJECT_SOURCE_DIR} /LICENSE" 
148148      --no -internet-enable
149149      "${lokinet_installer} .dmg" 
Original file line number Diff line number Diff line change 22#include  " util/bencode.hpp" 
33#include  " util/logging.hpp" 
44#include  " util/logging/buffer.hpp" 
5+ #include  " util/fs.hpp" 
56
67namespace  llarp 
78{
Original file line number Diff line number Diff line change 11#pragma  once
2- 
2+ # include   < fstream > 
33#ifdef  USE_GHC_FILESYSTEM
44#include  < ghc/filesystem.hpp> 
55namespace  fs  =  ghc::filesystem;
Original file line number Diff line number Diff line change 1010#include  < linux/if_tun.h> 
1111
1212#include  < cstring> 
13- #include  < sys/types.h> 
14- #include  < unistd.h> 
1513#include  < arpa/inet.h> 
16- #include  < sys/socket.h> 
1714#include  < linux/rtnetlink.h> 
1815#include  < llarp/net/net.hpp> 
1916#include  < llarp/util/str.hpp> 
2421#include  < llarp/router/abstractrouter.hpp> 
2522#include  < llarp.hpp> 
2623
24+ #include  < llarp/util/fs.hpp> 
25+ 
2726namespace  llarp ::vpn
2827{
2928  struct  in6_ifreq 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments