Skip to content

Commit

Permalink
fix dep issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji246 committed Jun 9, 2021
1 parent 98eba03 commit e5578b4
Show file tree
Hide file tree
Showing 89 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LomoAgent/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>01d0970</string>
<string>98eba03</string>
<key>CFBundleVersion</key>
<string>2021_06_09.09_52_08.0.01d0970</string>
<string>2021_06_09.16_44_45.0.98eba03</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 4 additions & 0 deletions dependencies/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ cd $BINARY_DIR
python ../../../matryoshka_name_tool.py -L /usr/local/ -d ../Frameworks/lomod/ lomod
python ../../../matryoshka_name_tool.py -L $FFMPEG_HOME_ABS -d ../Frameworks/ffmpeg/ ffmpeg
python ../../../matryoshka_name_tool.py -L $FFMPEG_HOME_ABS -d ../Frameworks/ffmpeg/ ffprobe

install_name_tool -add_rpath @executable_path/../Frameworks/lomod lomod
install_name_tool -add_rpath @executable_path/../Frameworks/ffmpeg ffmpeg
install_name_tool -add_rpath @executable_path/../Frameworks/ffmpeg ffprobe
cd -
Loading

0 comments on commit e5578b4

Please sign in to comment.