1
0
espelhamento de https://github.com/arsenetar/dupeguru.git sincronizado 2025-07-12 01:33:20 +00:00

Comparar commits

..

Nenhum commit em comum. "9e4b41feb54b9fa68b5c7241501230ea4cf73fd9" e "a02c5e5b9bb13483476716d8ab7483b991fa0b7e" tem históricos completamente diferentes.

2 arquivos alterados com 2 adições e 8 exclusões

Ver arquivo

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

Ver arquivo

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