This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Name": "Fallout 4 (Even \"Nexter\" Gen Update)", | |
"Binary": "Fallout4.exe", | |
"AppId": "377160", | |
"RegistryLocations": [ | |
"SOFTWARE\\WOW6432Node\\Bethesda Softworks\\Fallout4", | |
"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 377160" | |
], | |
"Main": { | |
"buildid": "14349213", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Simple workflow for deploying static content to GitHub Pages | |
name: Deploy static content to Pages | |
on: | |
# Runs on pushes targeting the default branch | |
push: | |
branches: ["master"] | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: |