Open labordep opened 1 year ago
Hi @demarey, is it possible to have a link here https://pharo.org/download ?
Hi Pierre Yes, it will be available for the next release. For now, it is built and available in the github action of the development version. To put it on https://pharo.org/download, I need a new release
Good news, thanks :)
Hi @demarey, I'm using the "portable" Windows version here: https://github.com/pharo-project/pharo-launcher/releases with « PharoLauncher-windows-x.x.zip ». But this archive does not contains a PharoLauncher.exe file, I need to create manually a start file :(
GitHubLets you manage your pharo images and download new ones - pharo-project/pharo-launcher
Hi @labordep Clicking on Pharo.exe does not start Pharo Launcher?
Hi @demarey, no it open a browser to propose to select an image :-/
ok, so, Yes, adding a small script will be needed. Could you post the start file you wrote if you already tested it?
Hi @demarey, sorry for the delay.
Now, I'm using a shortcut with a custom target on my desktop. This is a shortcut of Pharo.exe. I edit the target with adding " PharoLauncher.image" (with a space before) at the end of the previous target.
Before that, I did use this file:
PharoLauncher.bat
start Pharo.exe PharoLauncher.image
But the problem with this kind of file was that, on Windows of course, this is not possible to shorcut it on the taskbar or on the start menu as a standard application. The only way is to place it (or a shortcut) on the desktop, not really efficient...
And I haven't the PharoLauncher icon but the Pharo only icon :(
May be this will be more simple on double click on Pharo.exe to start the first available image, in that case PharoLauncher.image.
Hi! Can you add a link to download the portable version of the launcher for Windows ?
Thanks!