Merge branch 'HddSpoof' of https://github.com/love-code-yeyixiao/Sandboxie into HddSpoof
This commit is contained in:
commit
f5ce55ca8d
|
@ -164,7 +164,7 @@ jobs:
|
|||
|
||||
- name: Upload installer assets
|
||||
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
||||
uses: actions/upload-artifact@v4.3.4
|
||||
uses: actions/upload-artifact@v4.3.6
|
||||
with:
|
||||
name: Assets
|
||||
path: |
|
||||
|
@ -173,7 +173,7 @@ jobs:
|
|||
|
||||
- name: Upload Sandboxie x64
|
||||
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
||||
uses: actions/upload-artifact@v4.3.4
|
||||
uses: actions/upload-artifact@v4.3.6
|
||||
with:
|
||||
name: Sandboxie_x64
|
||||
path: |
|
||||
|
@ -267,7 +267,7 @@ jobs:
|
|||
|
||||
- name: Upload Sandboxie ARM64
|
||||
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
||||
uses: actions/upload-artifact@v4.3.4
|
||||
uses: actions/upload-artifact@v4.3.6
|
||||
with:
|
||||
name: Sandboxie_ARM64
|
||||
path: |
|
||||
|
@ -336,7 +336,7 @@ jobs:
|
|||
|
||||
- name: Upload Sandboxie x86
|
||||
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
||||
uses: actions/upload-artifact@v4.3.4
|
||||
uses: actions/upload-artifact@v4.3.6
|
||||
with:
|
||||
name: Sandboxie_x86
|
||||
path: |
|
||||
|
|
14
README.md
14
README.md
|
@ -81,10 +81,10 @@ Sandboxie's functionality can be enhanced with specialized tools like the follow
|
|||
| 2004 - 2013 | Ronen Tzur |
|
||||
| 2013 - 2017 | Invincea Inc. |
|
||||
| 2017 - 2020 | Sophos Group plc |
|
||||
| [Open-source code](https://github.com/sandboxie/sandboxie) | Tom Brown |
|
||||
| --- | --- |
|
||||
| 2020 onwards | David Xanatos ([Roadmap](https://www.wilderssecurity.com/threads/sandboxie-roadmap.445545/page-8#post-3187633)) |
|
||||
| 8 April 2020 - [open-source code](https://community.sophos.com/sandboxie/f/forum/119641/important-sandboxie-open-source-code-is-available-for-download) | Sophos Ltd. |
|
||||
| 9 April 2020 onwards - project fork | David Xanatos |
|
||||
|
||||
See the current [roadmap](https://www.wilderssecurity.com/threads/sandboxie-roadmap.445545/page-8#post-3187633).
|
||||
|
||||
## 📌 Project support / sponsorship
|
||||
|
||||
|
@ -113,7 +113,9 @@ If you find Sandboxie useful, then feel free to contribute through our [Contribu
|
|||
- hg421 - Security analysis & PoCs / Code reviews
|
||||
- hx1997 - Security analysis & PoC
|
||||
- mpheath - Author of Plus installer / Code fixes / Collaborator
|
||||
- offhub - Documentation additions / Code fixes / Collaborator
|
||||
- offhub - Documentation additions / Code fixes / Qt5 patch and build script / Collaborator
|
||||
- LumitoLuma - Qt5 patch and build script
|
||||
- QZLin - Author of [sandboxie-docs](https://sandboxie-plus.github.io/sandboxie-docs/) theme
|
||||
- isaak654 - Templates / Documentation / Code fixes / Collaborator
|
||||
- typpos - UI additions / Documentation / Code fixes
|
||||
- Yeyixiao - Feature additions
|
||||
|
@ -130,6 +132,7 @@ If you find Sandboxie useful, then feel free to contribute through our [Contribu
|
|||
- cricri-pingouin - UI fixes
|
||||
- Valinwolf - UI / Icons
|
||||
- daveout - UI / Icons
|
||||
- kokofixcomputers - Support member of the [Discord](https://discord.gg/S4tFu6Enne) channel
|
||||
- NewKidOnTheBlock - Changelog fixes
|
||||
- Naeemh1 - Documentation additions
|
||||
- APMichael - Templates additions
|
||||
|
@ -137,7 +140,8 @@ If you find Sandboxie useful, then feel free to contribute through our [Contribu
|
|||
- Luro223 - Documentation additions
|
||||
- lwcorp - Documentation additions
|
||||
- wilders-soccerfan - Documentation additions
|
||||
- LumitoLuma - Qt5 patch and build script
|
||||
- LepordCat - Documentation additions
|
||||
- stdedos - Documentation additions
|
||||
|
||||
## 🌏 Translators
|
||||
|
||||
|
|
|
@ -5503,7 +5503,7 @@ Error: %1</source>
|
|||
<message>
|
||||
<location filename="Views/SbieView.cpp" line="1430"/>
|
||||
<source>The entered name is not valid, do you want to set it as an alias instead?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>输入的名称无效,是否要将其设置为沙盒别名?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Views/SbieView.cpp" line="1468"/>
|
||||
|
|
Loading…
Reference in New Issue