Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
osx: Change dialog order and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
svx committed Sep 27, 2014
1 parent f963fd2 commit bf5047a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions install.plone.applescript
@@ -1,18 +1,17 @@
--OSX Installer for Plone

display dialog "Welcome to the Plone Installer for OSX.
For any help please check https://plone.org/help" with icon alias ((path to me) & "Contents:Resources:plone.icns" as string) buttons {"Cancel", "OK"} default button 2
For any help please check https://plone.org/help
--Info Txt
display dialog "The installer relies on homebrew and
The installer relies on homebrew and
Xcode to install all needed requirements
If you click Yes the installer will try to figure out what needs to be installed.
In order to do so it will also ask for your sudo passowrd.
If you don't agree please click on No, that will stop this programm
without installing anything on your computer.
Do you want to install Plone ?" buttons {"Yes", "No"} default button 1
Do you want to install Plone ?" with icon alias ((path to me) & "Contents:Resources:plone.icns" as string) buttons {"Yes", "No"} default button 1

--If yes
if result = {button returned:"Yes"} then
Expand Down

0 comments on commit bf5047a

Please sign in to comment.