diff --git a/win-linux/package/windows/DesktopEditors.aip b/win-linux/package/windows/DesktopEditors.aip index aab7a127e..90345e10d 100644 --- a/win-linux/package/windows/DesktopEditors.aip +++ b/win-linux/package/windows/DesktopEditors.aip @@ -37,6 +37,7 @@ + @@ -95,9 +96,9 @@ + - @@ -109,7 +110,7 @@ - + @@ -119,7 +120,7 @@ - + @@ -158,8 +159,8 @@ - + @@ -476,7 +477,7 @@ - + @@ -644,8 +645,9 @@ - + + @@ -684,6 +686,7 @@ + @@ -758,8 +761,8 @@ - + diff --git a/win-linux/package/windows/Makefile.mk b/win-linux/package/windows/Makefile.mk index a45ad8655..bcfc17765 100644 --- a/win-linux/package/windows/Makefile.mk +++ b/win-linux/package/windows/Makefile.mk @@ -124,7 +124,7 @@ endif cd $(BUILD_DIR); \ $(AIC) //edit DesktopEditors.aip //DelPrerequisite "Microsoft Visual C++ 2013 Redistributable (x86)"; \ $(AIC) //edit DesktopEditors.aip //DelPrerequisite "Microsoft Visual C++ 2013 Redistributable (x64)"; \ - $(AIC) //edit DesktopEditors.aip //DelFolder APPDIR\\MediaViewer; \ + $(AIC) //edit DesktopEditors.aip //DelFolder CUSTOM_PATH; \ $(AIC) //edit DesktopEditors.aip //AddOsLc -buildname DefaultBuild -arch $(WIN_ARCH); \ $(AIC) //edit DesktopEditors.aip //NewSync APPDIR "$(shell cygpath -w $(DEST_DIR))" -existingfiles delete; \ $(AIC) //edit DesktopEditors.aip //UpdateFile APPDIR\\DesktopEditors.exe "$(shell cygpath -w $(DEST_DIR))\\DesktopEditors.exe"; \