src/jdk.jpackage/linux/native/libapplauncher/LinuxPlatform.cpp
branchJDK-8200758-branch
changeset 58302 718bd56695b3
parent 57909 c7de06ed4b54
equal deleted inserted replaced
58301:e0efb29609bd 58302:718bd56695b3
    64 LinuxPlatform::~LinuxPlatform(void) {
    64 LinuxPlatform::~LinuxPlatform(void) {
    65 }
    65 }
    66 
    66 
    67 TString LinuxPlatform::GetPackageAppDirectory() {
    67 TString LinuxPlatform::GetPackageAppDirectory() {
    68     return FilePath::IncludeTrailingSeparator(
    68     return FilePath::IncludeTrailingSeparator(
    69             GetPackageRootDirectory()) + _T("app");
    69             GetPackageRootDirectory()) + _T("lib/app");
    70 }
    70 }
    71 
    71 
    72 TString LinuxPlatform::GetAppName() {
    72 TString LinuxPlatform::GetAppName() {
    73     TString result = GetModuleFileName();
    73     TString result = GetModuleFileName();
    74     result = FilePath::ExtractFileName(result);
    74     result = FilePath::ExtractFileName(result);