Commit graph

20 commits

Author SHA1 Message Date
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