diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-13 14:54:47 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:47 +0000 |
| commit | 1009e82b4dc2d262bce74f160a49eeb27ee66997 (patch) | |
| tree | df64d2a3aa19fb3484c15901c623d1848b83a159 /bin | |
| parent | add fltk4lua copilot UI (diff) | |
| download | alive-1009e82b4dc2d262bce74f160a49eeb27ee66997.tar.gz alive-1009e82b4dc2d262bce74f160a49eeb27ee66997.zip | |
add website to version.moon, update rockspec
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/alv-fltk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/alv-fltk b/bin/alv-fltk index 526724c..8075540 100755 --- a/bin/alv-fltk +++ b/bin/alv-fltk @@ -28,7 +28,7 @@ class GUICopilot extends Copilot \add "&File/&Open script", '^o', -> @open! \add "&File/&Quit", '^q', -> @window\hide! @pause = \add "Run (^P)", '^p', @\pause, nil, fl.MENU_TOGGLE - \add "Help", nil, -> fl.open_uri 'https://alv.s-ol.nu' + \add "Help", nil, -> fl.open_uri version.web tile = fl.Tile 5, 40, 390, 160 @window.resizable = tile @@ -75,7 +75,7 @@ class GUICopilot extends Copilot about: => fl.alert "alive #{version.tag} fltkCopilot. -visit alv.s-ol.nu for more information." +visit #{version.web} for more information." open: (file) => file or= fl.file_chooser "Open Script", '*.alv', 'script.alv' |
