src/jdk.jpackage/windows/native/libjpackage/VersionInfoSwap.cpp
branchJDK-8200758-branch
changeset 57909 c7de06ed4b54
parent 57215 62db1c695d13
equal deleted inserted replaced
57908:9a005146bc1c 57909:c7de06ed4b54
    50  * and it adds new resource in the executable file.
    50  * and it adds new resource in the executable file.
    51  * If the executable file has an existing version resource, then
    51  * If the executable file has an existing version resource, then
    52  * the existing version resource will be replaced with new one.
    52  * the existing version resource will be replaced with new one.
    53  */
    53  */
    54 
    54 
    55 VersionInfoSwap::VersionInfoSwap(wstring executableProperties, wstring launcher) {
    55 VersionInfoSwap::VersionInfoSwap(wstring executableProperties,
       
    56         wstring launcher) {
    56     m_executableProperties = executableProperties;
    57     m_executableProperties = executableProperties;
    57     m_launcher = launcher;
    58     m_launcher = launcher;
    58 }
    59 }
    59 
    60 
    60 bool VersionInfoSwap::PatchExecutable() {
    61 bool VersionInfoSwap::PatchExecutable() {