Commit Graph

24 Commits

Author SHA1 Message Date
92c2a85497 TODO: Remove this when merging (OOPS!) 2022-05-10 14:10:02 -05:00
8dab64c956 "No newline at end of file" 2022-05-09 20:07:34 -05:00
bf494b639e Prepare extension for building
setup-development:
- linux:
  - Install vsce (visual studio code extension tool)
  - Don't install yo generator-code (unnecessary)
- windows:
  - Install vsce (see above)
  - Don't install uo generator-code
2022-05-09 20:03:24 -05:00
e7bdd356e3 Update permissions on install scripts, for linux. 2022-05-07 13:24:46 -05:00
8456f57b84 Mind_Reader -> Mind Reader
(except in URLs and critical identifiers)
2022-05-05 20:56:10 -05:00
57b0d6b97e Don't reinstall w/ pacman 2022-05-05 17:08:48 -05:00
fecdf31c1f Visual Studio Code updated
New Electron version is 17.4.1
2022-05-05 16:45:48 -05:00
63d0b5aee3 Newline 2022-05-05 16:31:48 -05:00
e78470d6f7 Print progress information in install script. 2022-05-05 16:30:25 -05:00
9ef756838b Attempt fix setup script on Linux
Also update CC BY-SA notice of attribution
2022-05-05 16:12:55 -05:00
f86f2cb6b9 Powershellize the windows install-scripts
- Replace powershell aliases with canonical Cmdlet names
- Update function names to only use approved Verbs
2022-04-30 13:01:04 -05:00
d5389c5ed3 Pacman is entirely broken. Oh well. 2022-04-29 02:45:05 -05:00
cc26efacd4 Node you fiendish beast, bow before my install script 2022-04-28 18:30:25 -05:00
97e54a5931 npm is a mess. 2022-04-28 18:16:33 -05:00
41b3c37ed3 Linux: Apt: Fix installation issues. 2022-04-28 18:10:31 -05:00
8266780775 fi 2022-04-28 17:43:21 -05:00
c2141e9c62 Ugh. 2022-04-28 17:41:19 -05:00
e749399793 Fix assignments in bash scripts 2022-04-28 17:38:47 -05:00
e8afacef18 Install scripts:
- Windows:
  - install:
    Move repo URI into variable
    Remove -NoWinget check (was unused)
  - upgrade:
    Change -NoWinget to disable updating with winget (can take a while)
    Create function to check install of node packages which are put on Path.
- Linux:
  - Install:
    Port install-windows to some linux distros
    Support for Apt (Ubuntu, possibly Debian/Mint)
    Support for Pacman (Arch/Manjaro/Garuda)
  - Upgrade:
    Port upgrade-windows to some linux distros
2022-04-28 17:30:55 -05:00
0634a90f58 Fix fresh install (Path was out of date) 2022-04-27 11:55:09 -05:00
2948765ba8 Move install files to new directory
Open VSCode in the new repo after installation
2022-04-26 02:41:15 -07:00
40778b52fc Finish installation by opening VSCode 2022-04-26 02:19:14 -07:00
3d9eac7350 install: hotpatch
Fixes Visual Studio Build Tools installation
2022-04-26 02:01:13 -07:00
1f25b3c787 setup-development:
upgrade-windows.ps1:
    Update NodeJS, NVDA, VSCode, etc.
    Upbdate NPM dependencies
    If VSCode Electron ver. known, electron-rebuild with it
  install-windows.ps1
    Instal git
    Clone the mind-reader repo
    Run upgrade-windows.ps1 from the newly cloned repo
2022-04-26 01:19:31 -07:00