Skip to content

Commit

Permalink
Merge pull request #2 from thantez/development
Browse files Browse the repository at this point in the history
New look
  • Loading branch information
thantez authored Feb 11, 2022
2 parents 8abde9c + 4391023 commit 5226b8a
Show file tree
Hide file tree
Showing 33 changed files with 264 additions and 2,489 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ node_modules
dist/
*.log
.vscode
deploy/linux/build/
bin/
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Neutralinojs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
8 changes: 3 additions & 5 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,14 @@ This is a simple implementation. :))
## installation

[install Nodejs](https://nodejs.org/en/download/package-manager/) and this dependencies:
* [mpv](https://mpv.io/installation/)
* [Vazir font](https://github.com/rastikerdar/vazir-font) (optional)
* [Fira code font](https://github-wiki-see.page/m/tonsky/FiraCode/wiki/Installing) (optional)

clone this repo.

then:

```bash
yarn install
yarn start
$ cd ayahday
$ neu run
```

## TODO
Expand All @@ -38,3 +35,4 @@ yarn start
* [ ] install script
* [ ] Adding a setting/options page for customization
* [ ] Add a menu bar for more tools and a "About us" page.

6 changes: 0 additions & 6 deletions assets.d.ts

This file was deleted.

Binary file removed assets/images/AUZOBILLAH.png
Binary file not shown.
Binary file removed assets/images/BISMILLAH.png
Binary file not shown.
Binary file added bin/WebView2Loader.dll
Binary file not shown.
Binary file added bin/neutralino-linux_x64
Binary file not shown.
Binary file added bin/neutralino-mac_x64
Binary file not shown.
Binary file added bin/neutralino-win_x64.exe
Binary file not shown.
1 change: 0 additions & 1 deletion deploy/config.json

This file was deleted.

8 changes: 0 additions & 8 deletions deploy/linux/AyahDay/default.desktop

This file was deleted.

Empty file removed deploy/linux/AyahDay/default.png
Empty file.
6 changes: 0 additions & 6 deletions deploy/linux/AyahDay/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions deploy/linux/AyahDay/qode.json

This file was deleted.

32 changes: 32 additions & 0 deletions neutralino.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"applicationId": "js.neutralino.ayahday",
"version": "0.1.0",
"defaultMode": "window",
"documentRoot": "/www/",
"url": "/",
"enableServer": true,
"enableNativeAPI": true,
"nativeAllowList": [
"app.*",
"os.*",
"extensions.*"
],
"modes": {
"window": {
"title": "Ayah Day",
"width": 1000,
"height": 734,
"window-borderless": false,
"icon": "/www/icon.png"
}
},
"cli": {
"binaryName": "ayahday",
"resourcesPath": "/www/",
"extensionsPath": "/extensions/",
"resourcesPath": "/www/",
"clientLibrary": "/www/neutralino.js",
"binaryVersion": "4.2.0",
"clientVersion": "3.1.0"
}
}
31 changes: 0 additions & 31 deletions package.json

This file was deleted.

30 changes: 0 additions & 30 deletions src/index-.ts

This file was deleted.

Loading

0 comments on commit 5226b8a

Please sign in to comment.