mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
Embedded ryzenadj.exe =D.
This commit is contained in:
parent
cb61f88357
commit
80aa9a9108
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
bin/*
|
|
||||||
release-builds
|
release-builds
|
||||||
installer-builds
|
installer-builds
|
||||||
|
BIN
bin/WinRing0x64.dll
Normal file
BIN
bin/WinRing0x64.dll
Normal file
Binary file not shown.
BIN
bin/WinRing0x64.sys
Normal file
BIN
bin/WinRing0x64.sys
Normal file
Binary file not shown.
BIN
bin/ryzenadj.exe
Normal file
BIN
bin/ryzenadj.exe
Normal file
Binary file not shown.
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ryzencontroller",
|
"name": "ryzencontroller",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "electron .",
|
"start": "electron .",
|
||||||
"package": "electron-packager . --overwrite --asar --platform=win32 --arch=ia32 --prune=true --out=release-builds --ignore=\".*-builds\" --icon=\"assets/icon.ico\"",
|
"package": "electron-packager . --overwrite --platform=win32 --arch=ia32 --prune=true --out=release-builds --ignore=\".*-builds\" --icon=\"assets/icon.ico\"",
|
||||||
"build": "node installers/windows/createinstaller.js"
|
"build": "node installers/windows/createinstaller.js"
|
||||||
},
|
},
|
||||||
"repository": "https://gitlab.com/le.storm1er/ryzen-controller",
|
"repository": "https://gitlab.com/le.storm1er/ryzen-controller",
|
||||||
|
Loading…
Reference in New Issue
Block a user