Skip to content

Commit cb5dfbc

Browse files
committed
picard.spec: Ensure local picard module gets loaded
Otherwise a globally installed picard is preferred, resulting in wrong version information of the generated package.
1 parent edfa273 commit cb5dfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picard.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import sys
77

88
# Get the version and build a CFBundleVersion compatible version
99
# of it according to Apple dev documentation
10-
sys.path.append('.')
10+
sys.path.insert(0, '.')
1111
from picard import (
1212
PICARD_APP_ID,
1313
PICARD_APP_NAME,

0 commit comments

Comments
 (0)