PowerToys/src
Arjun Balgovind 8cb134f56b
Add post-build event for publishing SettingsV2 (#2473)
* Added post build script

* Added comments

* Added unset statement

* Added debug checks

* added more debug statements

* Added dir and cat statements to check pipeline output

* revert installer change

* Moved nuget package reference from update to include

* Removed debug cat command

* Removed debugging statements

* Added build script for launcher

* Added launcher scripts

* Removed launcher scripts

* Changed taskkill to throw error

* Added back old config properties
2020-05-01 13:17:30 -07:00
..
action_runner runner: initial automatic update (#2141) 2020-04-21 10:30:12 +03:00
codeAnalysis Settingsv2 fix warnings (#2076) 2020-04-10 15:22:07 -07:00
common Add post-build event for publishing SettingsV2 (#2473) 2020-05-01 13:17:30 -07:00
core Add post-build event for publishing SettingsV2 (#2473) 2020-05-01 13:17:30 -07:00
modules Add post-build event for publishing SettingsV2 (#2473) 2020-05-01 13:17:30 -07:00
runner Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
settings Merge branch 'master' into dev/build-features 2020-04-27 08:42:42 -07:00
settings-web "Download updates automatically" toggle enabled only for administrator account (#2357) 2020-04-27 11:04:20 +03:00
tests/win-app-driver Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +03:00
README.md Update README.md 2019-10-25 15:21:16 +02:00

PowerToys Source Code

Code organization

The PowerToys are split into DLLs for each PowerToy module (modules folder), and an executable (runner folder) that loads and manages those DLLs.

The settings window is a separate executable, contained in settings folder. It utilizes a WebView to display an HTML-based settings window (contained in settings-web folder).

The common contains code for a static libary with helper functions, used by both the runner and the PowerToys modules.