Ignore:
Timestamp:
May 23, 2013, 5:06:17 PM (12 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 0.8.5'

Location:
smplayer/vendor/current/setup/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/setup/scripts/install_smplayer.cmd

    r137 r140  
    4646mkdir %OUTPUT_DIR%\translations
    4747copy %SMPLAYER_DIR%\src\translations\*.qm %OUTPUT_DIR%\translations
     48copy %SMPLAYER_DIR%\qt-translations\*.qm %OUTPUT_DIR%\translations
    4849
    4950echo.
  • smplayer/vendor/current/setup/scripts/make_pkgs.cmd

    r137 r140  
    134134
    135135mkdir %SMPLAYER_PORTABLE_DIR%\screenshots
    136 
    137 echo.
    138 echo ######     Create smplayer.ini     #######
    139 echo.
    140 
    141 echo [%%General]>> %SMPLAYER_PORTABLE_DIR%\smplayer.ini
    142 echo screenshot_directory=.\\screenshots>> %SMPLAYER_PORTABLE_DIR%\smplayer.ini
    143 echo.>> %SMPLAYER_PORTABLE_DIR%\smplayer.ini
    144 echo [advanced]>> %SMPLAYER_PORTABLE_DIR%\smplayer.ini
    145 echo mplayer_additional_options=-nofontconfig>> %SMPLAYER_PORTABLE_DIR%\smplayer.ini
    146 
    147 echo.
    148 echo ######  Create smplayer_orig.ini   #######
    149 echo.
    150 
    151 echo [%%General]>> %SMPLAYER_PORTABLE_DIR%\smplayer_orig.ini
    152 echo screenshot_directory=.\\screenshots>> %SMPLAYER_PORTABLE_DIR%\smplayer_orig.ini
    153 echo.>> %SMPLAYER_PORTABLE_DIR%\smplayer_orig.ini
    154 echo [advanced]>> %SMPLAYER_PORTABLE_DIR%\smplayer_orig.ini
    155 echo mplayer_additional_options=-nofontconfig>> %SMPLAYER_PORTABLE_DIR%\smplayer_orig.ini
    156136
    157137echo.
Note: See TracChangeset for help on using the changeset viewer.