Skip to content

Commit

Permalink
Merge pull request #59 from NicolasConstant/develop
Browse files Browse the repository at this point in the history
Merge for Release 0.4
  • Loading branch information
NicolasConstant authored Mar 14, 2019
2 parents 54355b5 + 5b03f9d commit 829b526
Show file tree
Hide file tree
Showing 56 changed files with 6,066 additions and 5,862 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![AppVeyor master](https://img.shields.io/appveyor/ci/NicolasConstant/sengi/master.svg?style=flat-square)](https://ci.appveyor.com/project/NicolasConstant/sengi) [![AppVeyor tests master](https://img.shields.io/appveyor/tests/nicolasconstant/sengi/master.svg?style=flat-square)](https://ci.appveyor.com/project/NicolasConstant/sengi/build/tests) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg?style=flat-square)](https://www.gnu.org/licenses/agpl-3.0)
![GitHub release](https://img.shields.io/github/release/nicolasconstant/sengi.svg?style=flat-square) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg?style=flat-square)](https://www.gnu.org/licenses/agpl-3.0) [![AppVeyor master](https://img.shields.io/appveyor/ci/NicolasConstant/sengi/master.svg?style=flat-square)](https://ci.appveyor.com/project/NicolasConstant/sengi) [![AppVeyor tests master](https://img.shields.io/appveyor/tests/nicolasconstant/sengi/master.svg?style=flat-square)](https://ci.appveyor.com/project/NicolasConstant/sengi/build/tests)

## Introduction

Expand Down Expand Up @@ -40,9 +40,9 @@ This project is licensed under the AGPLv3 License - see [LICENSE](LICENSE) for d

## Dependencies

* [Angular 6](https://github.com/angular/angular)
* [Angular 7](https://github.com/angular/angular)
* [NGXS](https://github.com/ngxs/store)
* [SASS](https://github.com/sass/dart-sass)
* [Electron](https://github.com/electron/electron)
* [Electron 4](https://github.com/electron/electron)


2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ function getFile(filePath, res, page404) {
});
};

app.commandLine.appendSwitch('force-color-profile', 'srgb');

// This method will be called when Electron has finished
// initialization and is ready to create browser windows.
// Some APIs can only be used after this event occurs.
Expand Down
Loading

0 comments on commit 829b526

Please sign in to comment.