Skip to content

Commit

Permalink
Fixed macOS library path
Browse files Browse the repository at this point in the history
Pushing a release for minting a DOI at Zenodo
  • Loading branch information
ldiogoz committed May 10, 2017
1 parent 88872c0 commit 096270f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aCCinaPDF/src/Text_en_US.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app.name=aCCinaPDF
app.version=1.2.2
app.version=1.2.3

language=Language
page=page
Expand Down
2 changes: 1 addition & 1 deletion aCCinaPDF/src/Text_pt_PT.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app.name=aCCinaPDF
app.version=1.2.2
app.version=1.2.3

language=Idioma
page=p\u00e1gina
Expand Down
2 changes: 1 addition & 1 deletion aCCinaPDF/src/controller/CCInstance.java
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public final ArrayList<CCAlias> loadKeyStoreAndAliases() throws LibraryNotLoaded
} else if (SystemUtils.IS_OS_LINUX) {
path = "/usr/local/lib/libpteidpkcs11.so";
} else if (SystemUtils.IS_OS_MAC_OSX) {
path = "/usr/local/lib/pteidpkcs11.bundle";
path = "/usr/local/lib/pteidpkcs11.dylib";
}

if (null == path) {
Expand Down
Binary file modified aCCinaPDF/src/image/splashScreen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 096270f

Please sign in to comment.