Skip to content

Commit

Permalink
getCurrentExeDirFS -> getCurrentExeDir fix (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre authored Jul 19, 2024
1 parent 37d8e88 commit aeb71fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commandLine/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ int updateOFPath() {
ofLogNotice() << "PG_OF_PATH set: ofPath [" << ofPath << "]";
}

fs::path startPath = normalizePath(ofFilePath::getCurrentExeDirFS());
fs::path startPath = normalizePath(ofFilePath::getCurrentExeDir());
//ofFilePath::getAbsolutePathFS(fs::current_path(), false);
// ofLogNotice() << "startPath: " << startPath.string();
fs::path foundOFPath = findOFPathUpwards(startPath);
Expand Down
2 changes: 1 addition & 1 deletion commandLine/src/projects/baseProject.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define PG_VERSION "62"
#define PG_VERSION "63"

#include "ofAddon.h"
#include "pugixml.hpp"
Expand Down

0 comments on commit aeb71fb

Please sign in to comment.