Skip to content

Commit a744da3

Browse files
committed
Fixed copy script
1 parent 6c301e8 commit a744da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MacVim/MacVim.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@
631631
);
632632
runOnlyForDeploymentPostprocessing = 0;
633633
shellPath = /bin/sh;
634-
shellScript = "cp \"$PROJECT_DIR/../po/ja.mo\" \"$TARGET_BUILD_DIR/$CONTENTS_FOLDER_PATH/Resources/vim/runtime/lang\"";
634+
shellScript = "DSTDIR=\"$TARGET_BUILD_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/vim/runtime/lang/ja_JP.UTF-8/LC_MESSAGES\"\nmkdir -p \"$DSTDIR\"\ncp \"$PROJECT_DIR/../po/ja.mo\" \"$DSTDIR/vim.mo\"";
635635
};
636636
/* End PBXShellScriptBuildPhase section */
637637

0 commit comments

Comments
 (0)