Commit graph

25 commits

Author SHA1 Message Date
Wojtek Mach
be85188088
Add VB launcher (#1280) 2022-07-18 17:00:15 +02:00
Wojtek Mach
4ec919f60b
App bundling improvements (#1279) 2022-07-18 11:51:17 +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
11a73da183 Fix notarization 2022-06-28 13:35:03 +02:00
Wojtek Mach
c9f022d637
Allow overwriting any bundler option per OS (#1213) 2022-06-02 21:33:23 +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
Jonatan Kłosko
cf0ff5a5a7
Test app build on Windows CI (#1130)
Co-authored-by: Wojtek Mach <wojtekmach@users.noreply.github.com>
2022-05-27 15:47:47 +02:00
Wojtek Mach
fc82b55dab
Desktop icon improvements (#1201) 2022-05-27 14:45:20 +02:00
Wojtek Mach
5af5c75108
Run Mac app in the background (#1199) 2022-05-20 14:27:04 +02:00
Wojtek Mach
e5092e4c99
Add taskbar icon to desktop app (#1119) 2022-04-21 09:51:48 +02:00
Wojtek Mach
cb7f51726a
Fix macOS menu bar (#1057) 2022-03-17 20:32:59 +01:00
Wojtek Mach
baccc964db
More Windows vendoring fixes (#1049) 2022-03-10 16:42:32 +01:00
Wojtek Mach
fe53c6a852
Fix vendoring OTP for Windows app (#1039) 2022-03-03 17:08:17 +01:00
Wojtek Mach
d297eee919
Download makensis.exe and magick.exe on demand (#1037) 2022-03-02 21:28:06 +01:00
Wojtek Mach
29f0f54bbd
Desktop app packaging for Windows (#1032) 2022-03-02 12:06:30 +01:00
Jonatan Kłosko
51db7b482b
Adjust stop reasons for server processes (#958)
* Adjust stop reasons for server processes

* Update lib/livebook/unique_task.ex

Co-authored-by: José Valim <jose.valim@dashbit.co>

Co-authored-by: José Valim <jose.valim@dashbit.co>
2022-01-30 13:30:33 +01:00
Roberto Estrada
5110f85e73
macOS App includes elixir, erlang for standalone mode (#929) 2022-01-24 23:41:49 +01:00
Wojtek Mach
88a92f8b2d Fix CFBundleShortVersionString and CFBundleVersion values 2022-01-23 20:23:52 +01:00
Kevin
0405690177
Fix macOS build (#911) 2022-01-21 10:48:21 +01:00
Wojtek Mach
526499dfa5 Update Mac error alert style 2022-01-20 21:33:07 +01:00
Wojtek Mach
f4397d36b9
Add Swift launcher (#905) 2022-01-20 21:27:37 +01:00
Wojtek Mach
909b00bfbc
Clean up building Info.plist (#900) 2022-01-20 09:58:26 +01:00
Kevin
cd757f8811
Add version to Mac app (#899) 2022-01-20 09:01:08 +01:00
Wojtek Mach
3c48fff159
Fix launcher script (#888)
The idea was to leave trailing `\` for bash but it needs to be escaped!
The script worked fine fwiw.
2022-01-19 13:40:59 +01:00
Wojtek Mach
e8c80bf6a7
Add Mac app release (#865) 2022-01-17 17:34:38 +01:00