FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ucam_wpkg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yusuf Hamied Department of Chemistry
COs
ucam_wpkg
Merge requests
!33
Brackets
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Brackets
brackets
into
master
Overview
1
Commits
3
Pipelines
0
Changes
2
Closed
Mr Chris B Mortimer
requested to merge
brackets
into
master
5 years ago
Overview
1
Commits
3
Pipelines
0
Changes
2
Expand
Another text editor
0
0
Merge request reports
Compare
master
version 10
aa2ed032
5 years ago
version 9
aa2ed032
5 years ago
version 8
aa2ed032
5 years ago
version 7
aa2ed032
5 years ago
version 6
aa2ed032
5 years ago
version 5
aa2ed032
5 years ago
version 4
aa2ed032
5 years ago
version 3
aa2ed032
5 years ago
version 2
aa2ed032
5 years ago
version 1
aa2ed032
5 years ago
master (base)
and
latest version
latest version
aa2ed032
3 commits,
5 years ago
version 10
aa2ed032
4 commits,
5 years ago
version 9
aa2ed032
9 commits,
5 years ago
version 8
aa2ed032
43 commits,
5 years ago
version 7
aa2ed032
44 commits,
5 years ago
version 6
aa2ed032
45 commits,
5 years ago
version 5
aa2ed032
46 commits,
5 years ago
version 4
aa2ed032
48 commits,
5 years ago
version 3
aa2ed032
49 commits,
5 years ago
version 2
aa2ed032
50 commits,
5 years ago
version 1
aa2ed032
51 commits,
5 years ago
2 files
+
53
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
packages/brackets.xml
0 → 100755
+
22
−
0
Options
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages
xmlns:packages=
"http://www.wpkg.org/packages"
>
<package
id=
"brackets"
name=
"Brackets editor"
revision=
"%version%"
reboot=
"false"
priority=
"17"
>
<variable
name=
"version"
value=
"1.14.17752"
/>
<variable
name=
"fileversion"
value=
"1.14.1"
/>
<check
type=
"uninstall"
condition=
"versionequalto"
path=
"Brackets"
value=
"%VERSION%"
/>
<install
cmd=
'msiexec /l* %WPKGLOGDIR%\brackets-%fileversion%-log /i "%WPKGSOFTWARE%\brackets\brackets.release.%fileversion%.msi" /passive /norestart /qn'
/>
<upgrade
include=
"install"
/>
<remove
cmd=
'msiexec /qn /x {090BE437-6981-4002-8D90-ED9D47AEDE11}'
>
<!-- 1605 - already removed -->
<exit
code=
"1605"
/>
</remove>
</package>
</packages:packages>
Loading