mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-06-23 23:00:23 -07:00
Compare commits
4 Commits
6f27e5166c
...
c2d86c859d
Author | SHA1 | Date | |
---|---|---|---|
|
c2d86c859d | ||
|
1f21e8ce0b | ||
|
bfcd493a96 | ||
|
7afffd8172 |
2
.github/workflows/ci-debug.yml
vendored
2
.github/workflows/ci-debug.yml
vendored
@ -27,4 +27,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Bloxstrap (Debug) (${{ github.sha }})
|
||||
path: .\Bloxstrap\bin\Debug\net6.0-windows\win-x64\publish\*
|
||||
path: .\Bloxstrap\bin\Debug\net6.0-windows10.0.17763.0\win-x64\publish\*
|
2
.github/workflows/ci-release.yml
vendored
2
.github/workflows/ci-release.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Bloxstrap (Release) (${{ github.sha }})
|
||||
path: .\Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\*
|
||||
path: .\Bloxstrap\bin\Release\net6.0-windows10.0.17763.0\win-x64\publish\*
|
||||
|
||||
release:
|
||||
needs: build
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net6.0-windows</TargetFramework>
|
||||
<TargetFramework>net6.0-windows10.0.17763.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<UseWPF>true</UseWPF>
|
||||
<UseWindowsForms>True</UseWindowsForms>
|
||||
|
@ -36,10 +36,6 @@ Bloxstrap is only supported for PCs running Windows.
|
||||
|
||||
**A:** No, it shouldn't. Bloxstrap doesn't interact with the Roblox client in the same way that exploits do. [Read more about that here.](https://github.com/bloxstraplabs/bloxstrap/wiki/Why-it's-not-reasonably-possible-for-you-to-be-banned-by-Bloxstrap)
|
||||
|
||||
**Q: Why was multi-instance launching removed?**
|
||||
|
||||
**A:** It was removed starting with v2.6.0 for the [reasons stated here](https://github.com/bloxstraplabs/bloxstrap/wiki/Plans-to-remove-multi%E2%80%90instance-launching-from-Bloxstrap). It may be added back in the future when there are less issues with doing so.
|
||||
|
||||
## Features
|
||||
|
||||
- Hassle-free Discord Rich Presence to let your friends know what you're playing at a glance
|
||||
|
Loading…
Reference in New Issue
Block a user