Commit graph

18 commits

Author SHA1 Message Date
Wojtek Mach 590ed206af
Standardize Elixir & OTP versions (#1979) 2023-06-15 12:49:48 +02:00
Wojtek Mach 04afc9bd51 Use builds.hex.pm domain 2023-05-30 17:33:46 +02:00
Wojtek Mach 5ae46ff151 Codesign static libraries 2023-05-05 11:11:22 +02:00
Wojtek Mach 596df882fc
Rebuild Livebook Desktop (#1641) 2023-01-16 21:09:47 +01:00
Jonatan Kłosko 361455cd4e Release v0.8.0 2022-12-08 21:05:48 +01:00
Wojtek Mach 52cf7c8a5b
Minor bootstrap improvements (#1380) 2022-09-02 12:03:32 +02:00
Wojtek Mach 8a6c8a8371 Update .github/scripts/app/bootstrap_mac.sh 2022-08-19 13:44:24 +02:00
Wojtek Mach 9a469a70c4 Update desktop app to 1.14.0-rc.1 2022-08-19 13:44:24 +02:00
Jonatan Kłosko 3d5c7c3fad
Require Elixir 1.14 (#1342) 2022-08-11 20:13:57 +02:00
Jonatan Kłosko eac93a47ec Get app bundler dependencies in the windows build script 2022-08-11 14:20:50 +02:00
Wojtek Mach 789a44a7da
Convert Mac launcher to a Cocoa app (#1263)
1. Add `:event_handler` app option. It is a process that will receive
   the app events, the `:open_app`, `{:open_url, url}`, and
   `{:open_file, path}` messages.

2. Add `AppBuilder.init/0`. This reads the `APP_BUILDER_INPUT` env
   variable which contains the app event the release was started with.

3. Use <https://github.com/wojtekmach/otp/tree/wm-WX_MACOS_NON_GUI_APP>
   branch which contains wx fix that hasn't been merged yet.
2022-07-06 19:27:06 +02:00
Wojtek Mach fcf3015c87
Mac app bootstrap improvements (#1238) 2022-06-22 08:04:59 +02:00
Wojtek Mach fc7328703a
App bundling improvements (#1211)
1. Replace `mix release mac_app|mac_app_dmg|windows_installer` with a single `mix release app`
2. Extract templates (Launcher.swift, Launcher.vbs, etc) into separate
   files in app_builder/lib/templates
3. Don't verify vc_redist.x64.exe checksum as the Microsoft publishes
   new releases on the same URL
2022-06-01 22:29:54 +02:00
Wojtek Mach cf587e7115
Update Mac build scripts (#1198) 2022-05-20 14:17:40 +02:00
Wojtek Mach 29f0f54bbd
Desktop app packaging for Windows (#1032) 2022-03-02 12:06:30 +01:00
Wojtek Mach 5579258722
Bump Elixir to 1.13.2 for Mac builds 2022-01-24 22:45:55 +01:00
Kevin f7fcb8f884
Fix path for bootstrap script (#884) 2022-01-19 12:37:40 +01:00
Wojtek Mach e8c80bf6a7
Add Mac app release (#865) 2022-01-17 17:34:38 +01:00