N.E.E.T
Social Engineering Counter-Expert
Divine
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 2
900 XP
Edit:
There is now official release
if you just want to download.
-------------------------------------------------
if you need latest and trusted OpenBullet, compile it yourself, no need to download visual studio, use online compiler.
Here the tutorial and it take less than 3 minutes to get the working compiled OpenBullet.
What you need:
- Github Account
Step
1. Login to Github and fork official repo
2. Open new tab and Login to https://ci.appveyor.com/login using github account. this sites is used to compile the source code online.
3. After logged in click "Add" to add forked OB repo to the appveyor project
4. Go back to Github and navigate to your forked ob repo
Click "Create new file" button, name it appveyor.yml and paste the following code
5. Go back to appveyor and it should build the source code automatically.
wait a minutes and if build success you should see like this at the bottom of page
6. Navigate to Artifacts tab and download the .zip and done.
Edited by uingtea, 01 June 2019 - 12:04 PM.
There is now official release
You must upgrade your account or reply in the thread to view the hidden content.
-------------------------------------------------
if you need latest and trusted OpenBullet, compile it yourself, no need to download visual studio, use online compiler.
Here the tutorial and it take less than 3 minutes to get the working compiled OpenBullet.
What you need:
- Github Account
Step
1. Login to Github and fork official repo
You must upgrade your account or reply in the thread to view the hidden content.
3. After logged in click "Add" to add forked OB repo to the appveyor project
4. Go back to Github and navigate to your forked ob repo
Code:
https://github.com/<YOUR_USERNAME>/openbullet
Code:
version: 1.0.{build}
image: Visual Studio 2017
install:
- cmd: >-
cd %APPVEYOR_BUILD_FOLDER%
git submodule update --init --recursive
nuget restore OpenBullet.sln
build:
verbosity: normal
after_build:
- cmd: 7z a OpenBullet.zip %APPVEYOR_BUILD_FOLDER%\openbullet\bin\debug\
artifacts:
- path: OpenBullet.zip
name: OpenBullet
Code:
https://ci.appveyor.com/project/<YOUR_USERNAME>/openbullet
6. Navigate to Artifacts tab and download the .zip and done.
Edited by uingtea, 01 June 2019 - 12:04 PM.