Changeset 140 for smplayer/vendor/current/setup/scripts
- Timestamp:
- May 23, 2013, 5:06:17 PM (12 years ago)
- Location:
- smplayer/vendor/current/setup/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/setup/scripts/install_smplayer.cmd
r137 r140 46 46 mkdir %OUTPUT_DIR%\translations 47 47 copy %SMPLAYER_DIR%\src\translations\*.qm %OUTPUT_DIR%\translations 48 copy %SMPLAYER_DIR%\qt-translations\*.qm %OUTPUT_DIR%\translations 48 49 49 50 echo. -
smplayer/vendor/current/setup/scripts/make_pkgs.cmd
r137 r140 134 134 135 135 mkdir %SMPLAYER_PORTABLE_DIR%\screenshots 136 137 echo.138 echo ###### Create smplayer.ini #######139 echo.140 141 echo [%%General]>> %SMPLAYER_PORTABLE_DIR%\smplayer.ini142 echo screenshot_directory=.\\screenshots>> %SMPLAYER_PORTABLE_DIR%\smplayer.ini143 echo.>> %SMPLAYER_PORTABLE_DIR%\smplayer.ini144 echo [advanced]>> %SMPLAYER_PORTABLE_DIR%\smplayer.ini145 echo mplayer_additional_options=-nofontconfig>> %SMPLAYER_PORTABLE_DIR%\smplayer.ini146 147 echo.148 echo ###### Create smplayer_orig.ini #######149 echo.150 151 echo [%%General]>> %SMPLAYER_PORTABLE_DIR%\smplayer_orig.ini152 echo screenshot_directory=.\\screenshots>> %SMPLAYER_PORTABLE_DIR%\smplayer_orig.ini153 echo.>> %SMPLAYER_PORTABLE_DIR%\smplayer_orig.ini154 echo [advanced]>> %SMPLAYER_PORTABLE_DIR%\smplayer_orig.ini155 echo mplayer_additional_options=-nofontconfig>> %SMPLAYER_PORTABLE_DIR%\smplayer_orig.ini156 136 157 137 echo.
Note:
See TracChangeset
for help on using the changeset viewer.