mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 00:26:56 +00:00
Initial moonlight-native commit
This commit is contained in:
parent
053d2944d1
commit
e569852eda
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,7 @@
|
||||
user-data-dir/
|
||||
pnacl/
|
||||
dist/
|
||||
node_modules/
|
||||
|
||||
# Object files
|
||||
*.o
|
||||
|
@ -4,6 +4,11 @@
|
||||
"short_name": "Moonlight",
|
||||
"version": "0.8.0",
|
||||
"description": "Open-source client for NVIDIA GameStream",
|
||||
"build":{
|
||||
"nwFlavor": "sdk",
|
||||
"excludes":["**/h264bitstream/**/*", "**/libgamestream/**/*", "**/moonlight-common-c/**/*", "**/opus/**/*", "**/ports/**/*", "**/*.cpp", "**/*.hpp", "**/*.c", "**/*.h", "**/*.md",
|
||||
"make.bat", "Makefile", "**/*.mk", "package.json"]
|
||||
},
|
||||
"icons": {
|
||||
"128": "icons/icon128.png",
|
||||
"48": "icons/icon48.png",
|
||||
|
24
package.json
Normal file
24
package.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "moonlight-chrome",
|
||||
"version": "1.0.0",
|
||||
"description": "Open-source client for NVIDIA GameStream",
|
||||
"main":"index.html",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/cgutman/moonlight-chrome.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "GPLv3",
|
||||
"bugs": {
|
||||
"url": "https://github.com/cgutman/moonlight-chrome/issues"
|
||||
},
|
||||
"homepage": "https://github.com/cgutman/moonlight-chrome#readme",
|
||||
"devDependencies": {
|
||||
"nwjs-builder-phoenix": "^1.14.6"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dist": "build --chrome-app --tasks mac-x64,win-x64 --mirror https://dl.nwjs.io/ .",
|
||||
"start": "run --x86 --mirror https://dl.nwjs.io/ ."
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user