Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
hotfix.1
Browse files Browse the repository at this point in the history
  • Loading branch information
t4rra committed Jul 29, 2023
1 parent 8983872 commit cffabbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# CCStopper <!-- omit in toc -->
| Release | Latest Version |
| -------- | -------- |
| CCStopper | v1.2.3 |
| CCStopper | v1.2.3-hotfix.1 |
| Web Installer | v1.0.1 |

## Table of Contents <!-- omit in toc -->

- [Install/Run](#installrun)
- [Features](#features)
- [v1.2.3 changelog](#v123-changelog)
- [v1.2.3 Changelog](#v123-changelog)
- [Contributing](#contributing)
- [Issues](#issues)
- [Alternate Distributions/Modifications](#alternate-distributionsmodifications)
Expand Down Expand Up @@ -52,23 +52,23 @@
- Lock Genuine Checker Folder
- Hide Creative Cloud Folder in Explorer

## v1.2.3 changelog
## v1.2.3 Changelog
- One-line install/run
- thanks [MAS](https://github.com/massgravel/Microsoft-Activation-Scripts) for the idea
- see [below](#one-line-installrun) for commands
- reverted pre.1's AIO changes
- i realized an AIO version would be a nightmare to maintain
- re-written hosts block module
- it will now update hosts file if entries already exists (fixed #80)
- new comments surrounding entries in hosts file
- it _should_ migrate old entries, but it hasn't been extensively tested
- New module for patching the creative cloud app's buttons
- credit to AbsentForeskin on the genP discord
- system restart recommended after patching
- re-written the installer/online scripts to work with multiple files
- Created logo for shortcut icons (its very original)
- Documentation update
###### Read previous changelogs from [the releases](https://github.com/eaaasun/CCStopper/releases) <!-- omit in toc -->

### Hotfix.1 Changelog <!-- omit in toc -->
- Changed the hosts block module to use the non-temp hosts file
<!-- ###### Read previous changelogs from [the releases](https://github.com/eaaasun/CCStopper/releases) omit in toc -->


## Contributing
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/Functions.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$Version = "v1.2.3"
$Version = "v1.2.3-hotfix.1"

function ReadKey([int]$ChoiceNum) {
$Indent = 43 - $ChoiceNum
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/HostBlock.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $EndCommentedLine = "`# END CCStopper Block List - DO NOT EDIT THIS LINE"

$LocalAddress = "0.0.0.0"
$HostsFile = "$Env:SystemRoot\System32\drivers\etc\hosts"
$RemoteURL = "https://raw.githubusercontent.com/eaaasun/CCStopper/data/devHosts.txt"
$RemoteURL = "https://raw.githubusercontent.com/eaaasun/CCStopper/data/Hosts.txt"

# check if hosts file is writable
try {
Expand Down

0 comments on commit cffabbe

Please sign in to comment.