move everything closer to home

This commit is contained in:
Yostra 2020-05-20 23:46:00 -07:00
parent f579fde829
commit 528083427a
3 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: Windows-Exe
path: ${{ github.workspace }}\electron-react\Chia-win32-x64
path: ~\e\
- name: Upload artifacts
uses: actions/upload-artifact@v1

View File

@ -36,4 +36,5 @@ npm install -g electron-packager
npm install
npm run build
electron-packager . Chia --overwrite --icon= ./src/assets/img/chia.ico
cp -r Chia-win32-x64/ ~\e\
node winstaller.js

View File

@ -10,7 +10,7 @@ getInstallerConfig()
function getInstallerConfig () {
console.log('creating windows installer')
const rootPath = path.join('./')
const rootPath = path.join('~/e/')
const home = path.join('~/')
const outPath = path.join(home, 'r')