1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-08 17:59:50 +00:00

Compare commits

..

No commits in common. "9e4b41feb54b9fa68b5c7241501230ea4cf73fd9" and "a02c5e5b9bb13483476716d8ab7483b991fa0b7e" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -10,8 +10,6 @@
#include "common.h" #include "common.h"
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
#import <ImageIO/ImageIO.h>
#define RADIANS( degrees ) ( degrees * M_PI / 180 ) #define RADIANS( degrees ) ( degrees * M_PI / 180 )

View File

@ -12,12 +12,8 @@ if op.exists(__file__):
# inside qt/, so we just go back one level. # inside qt/, so we just go back one level.
BASE_PATH = op.abspath(op.join(op.dirname(__file__), "..")) BASE_PATH = op.abspath(op.join(op.dirname(__file__), ".."))
else: else:
# Should be a frozen environment # We're under a freezed environment. Our base path is ''.
if ISOSX: BASE_PATH = ""
BASE_PATH = op.abspath(op.join(op.dirname(__file__), '..', '..', 'Resources'))
else:
# For others our base path is ''.
BASE_PATH = ""
HELP_PATH = op.join(BASE_PATH, "help") HELP_PATH = op.join(BASE_PATH, "help")
if ISWINDOWS: if ISWINDOWS: