5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 02:31:58 +08:00
wails/v2/internal
stffabi b02dbfaddf
[v2] NSIS installer support for Windows (#1184)
* [v2] Add support for post build hooks

Currently only supports build-level hooks

* [v2] Improve build assets handling and use single source for manifest generation

The manifest asset files are now a go template and data will be
resolved before they are included into the build output.

Breaking Change: Windows manifest file must be named
“wails.exe.manifest” and doesn’t depend on the project name
anymore.

* [v2, windows] NSIS installer generation
2022-03-02 19:44:31 +11:00
..
app chore: run go fmt ./... and go mod tidy 2021-11-25 12:14:27 +08:00
appng Only attach logger in debug mode. Fixes #1128 2022-02-07 20:00:26 +11:00
assetdb chore: run go fmt ./... and go mod tidy 2021-11-25 12:14:27 +08:00
bind Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2' 2020-09-15 19:52:54 -05:00
binding added interface{} test case and fixed 2022-01-22 10:23:02 -05:00
bridge Feature/align api (#1161) 2022-02-19 20:29:55 +11:00
colour Gimme some colour 2021-02-20 15:14:20 +11:00
crypto Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2' 2020-09-15 19:52:54 -05:00
deepcopy Deep copy initial value in store 2021-01-30 21:29:36 +11:00
ffenestri Feature/align api (#1161) 2022-02-19 20:29:55 +11:00
frontend [v2] Consolidate processRequest, improve logging and error handling (#1158) 2022-02-28 19:14:03 +11:00
fs Bugfix: Fix potential nil dereference 2022-02-23 20:57:05 +11:00
github refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
gomod [v2] Fix webview2 runtime detection. Fixes #1038 2021-12-26 19:24:59 +11:00
html refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
logger [windows-x] Huge updates to devmode, runtime, build command. 2021-08-22 23:05:22 +10:00
menumanager [mac] menu support 2021-10-30 09:51:46 +11:00
messagedispatcher Feature/align api (#1161) 2022-02-19 20:29:55 +11:00
parse [v2] window.backend -> window.go 2021-09-01 20:52:34 +10:00
process [v2] Fix killing dev command on Windows 2021-10-03 22:19:40 +11:00
project [v2] NSIS installer support for Windows (#1184) 2022-03-02 19:44:31 +11:00
runtime Bump path-parse from 1.0.6 to 1.0.7 in /v2/internal/runtime/js/runtime (#1099) 2022-01-26 20:09:27 +11:00
servicebus [v2] [broken - WIP] Major refactor of runtime in progress 2021-07-19 20:21:41 +10:00
shell Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2' 2020-09-15 19:52:54 -05:00
signal [mac] Tidy up 2021-11-04 20:58:08 +11:00
subsystem [windows-x] Startup/Shutdown -> OnStartup/OnShutdown 2021-08-26 20:38:03 +10:00
system [v2] NSIS installer support for Windows (#1184) 2022-03-02 19:44:31 +11:00
webserver Feature/align api (#1161) 2022-02-19 20:29:55 +11:00
webview2runtime [v2] NSIS installer support for Windows (#1184) 2022-03-02 19:44:31 +11:00