Skip to content

Commit

Permalink
fix fr_CA.lproj symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
peterspeck committed Sep 15, 2008
1 parent 9eb4368 commit 10bcc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sparkle.xcodeproj/project.pbxproj
Expand Up @@ -802,7 +802,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = "/usr/bin/env ruby";
shellScript = "resources = \"#{ENV[\"BUILT_PRODUCTS_DIR\"]}/#{ENV[\"WRAPPER_NAME\"]}/Resources\"\n`ln -s \"#{resources}/fr.lproj\" \"#{resources}/fr_CA.lproj\"`";
shellScript = "resources = \"#{ENV[\"BUILT_PRODUCTS_DIR\"]}/#{ENV[\"WRAPPER_NAME\"]}/Resources\"\n`ln -s \"fr.lproj\" \"#{resources}/fr_CA.lproj\"`";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 10bcc69

Please sign in to comment.