Skip to content

Commit

Permalink
Fix path of license text in Mac installer project
Browse files Browse the repository at this point in the history
The path was an absolute one. It is now a relative
one, so moving the project or checking it out on
another computer shouldn't break it anymore.
  • Loading branch information
cubanismo committed Apr 18, 2022
1 parent f7d84ed commit 7c3df09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcode/installer/JCP.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@
<key>VALUE</key>
<dict>
<key>PATH</key>
<string>/Users/jjones/skunk_jcp/xcode/installer/licenses.txt</string>
<string>licenses.txt</string>
<key>PATH_TYPE</key>
<integer>1</integer>
</dict>
Expand Down

0 comments on commit 7c3df09

Please sign in to comment.