Skip to content

Commit

Permalink
update Win files list for the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Apr 25, 2022
1 parent b04755a commit ce01dd4
Showing 1 changed file with 45 additions and 5 deletions.
50 changes: 45 additions & 5 deletions windows/pharo-launcher-installer-builder.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,69 @@ section "install"
# you can use the following command to generate the list of files needed by the Pharo VM:
# find Pharo -depth 1 -type f -not -iname "*.zip" -exec bash -c 'file=$(basename {}); echo "file Pharo-win\Pharo\\$file"' \;

file Pharo-win\Pharo\FT2Plugin.dll
file Pharo-win\Pharo\B2DPlugin.dll
file Pharo-win\Pharo\BitBltPlugin.dll
file Pharo-win\Pharo\DSAPrims.dll
file Pharo-win\Pharo\ffi.dll
file Pharo-win\Pharo\FileAttributesPlugin.dll
file Pharo-win\Pharo\FilePlugin.dll
file Pharo-win\Pharo\FloatArrayPlugin.dll
file Pharo-win\Pharo\iconv.dll
file Pharo-win\Pharo\JPEGReaderPlugin.dll
file Pharo-win\Pharo\JPEGReadWriter2Plugin.dll
file Pharo-win\Pharo\LargeIntegers.dll
file Pharo-win\Pharo\libB2DPlugin.dll.a
file Pharo-win\Pharo\libBitBltPlugin.dll.a
file Pharo-win\Pharo\libbz2-1.dll
file Pharo-win\Pharo\libcairo-2.dll
file Pharo-win\Pharo\libDSAPrims.dll.a
file Pharo-win\Pharo\libeay32.dll
file Pharo-win\Pharo\libfreetype.dll
file Pharo-win\Pharo\libgcc_s_sjlj-1.dll
file Pharo-win\Pharo\libexpat-1.dll
file Pharo-win\Pharo\libffi.dll.a
file Pharo-win\Pharo\libFileAttributesPlugin.dll.a
file Pharo-win\Pharo\libFilePlugin.dll.a
file Pharo-win\Pharo\libFloatArrayPlugin.dll.a
file Pharo-win\Pharo\libfontconfig-1.dll
file Pharo-win\Pharo\libfreetype-6.dll
file Pharo-win\Pharo\libgcc_s_seh-1.dll
file Pharo-win\Pharo\libgit2-1-0-0.dll
file Pharo-win\Pharo\libgit2.dll
file Pharo-win\Pharo\libJPEGReaderPlugin.dll.a
file Pharo-win\Pharo\libJPEGReadWriter2Plugin.dll.a
file Pharo-win\Pharo\libLargeIntegers.dll.a
file Pharo-win\Pharo\libLocalePlugin.dll.a
file Pharo-win\Pharo\libMiscPrimitivePlugin.dll.a
file Pharo-win\Pharo\libpcre-1.dll
file Pharo-win\Pharo\libPharoVMCore.dll.a
file Pharo-win\Pharo\libpixman-1-0.dll
file Pharo-win\Pharo\libpng16-16.dll
file Pharo-win\Pharo\libSocketPlugin.dll.a
file Pharo-win\Pharo\libSqueakSSL.dll.a
file Pharo-win\Pharo\libssh2-1.dll
file Pharo-win\Pharo\libssh2.dll
file Pharo-win\Pharo\libSurfacePlugin.dll.a
file Pharo-win\Pharo\libTestLibrary.dll.a
file Pharo-win\Pharo\libUUIDPlugin.dll.a
file Pharo-win\Pharo\libwinpthread-1.dll
file Pharo-win\Pharo\LocalePlugin.dll
file Pharo-win\Pharo\MiscPrimitivePlugin.dll
file Pharo-win\Pharo\Pharo.changes
file Pharo-win\Pharo\Pharo.exe
file Pharo-win\Pharo\Pharo.exe.manifest
file Pharo-win\Pharo\Pharo.image
file Pharo-win\Pharo\Pharo.ini
file Pharo-win\Pharo\Pharo10.0-64bit-570d7ba.sources
file Pharo-win\Pharo\PharoConsole.exe
file Pharo-win\Pharo\PharoV60.sources
file Pharo-win\Pharo\ProcessWrapperPlugin.dll
file Pharo-win\Pharo\PharoConsole.exe.manifest
file Pharo-win\Pharo\PharoVMCore.dll
file Pharo-win\Pharo\README.txt
file Pharo-win\Pharo\SDL2.dll
file Pharo-win\Pharo\SocketPlugin.dll
file Pharo-win\Pharo\SqueakSSL.dll
file Pharo-win\Pharo\ssleay32.dll
file Pharo-win\Pharo\SurfacePlugin.dll
file Pharo-win\Pharo\TestLibrary.dll
file Pharo-win\Pharo\UUIDPlugin.dll
file Pharo-win\Pharo\zlib1.dll

# find Pharo -type d -depth 1 -exec bash -c 'file=$(basename {}); echo "file /r Pharo-win\Pharo\\$file"' \;
Expand Down

0 comments on commit ce01dd4

Please sign in to comment.