Skip to content

Commit fb96af6

Browse files
committed
add more translations for GUI
1 parent f876236 commit fb96af6

File tree

7 files changed

+200
-232
lines changed

7 files changed

+200
-232
lines changed

.github/workflows/Build_Wxpython.yml

Lines changed: 0 additions & 108 deletions
This file was deleted.

.github/workflows/build-app-wxpython.yml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -74,31 +74,4 @@ jobs:
7474
uses: actions/upload-artifact@v4
7575
with:
7676
name: OCLP-R-Uninstaller.pkg
77-
path: ./dist/OCLP-R-Uninstaller.pkg
78-
79-
- name: Upload AutoPkg Package to Release
80-
if: github.event_name == 'release'
81-
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
82-
with:
83-
repo_token: ${{ secrets.GITHUB_TOKEN }}
84-
file: ./dist/AutoPkg-Assets.pkg
85-
tag: ${{ github.ref }}
86-
file_glob: true
87-
88-
- name: Upload Installation Package to Release
89-
if: github.event_name == 'release'
90-
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
91-
with:
92-
repo_token: ${{ secrets.GITHUB_TOKEN }}
93-
file: ./dist/OCLP-R.pkg
94-
tag: ${{ github.ref }}
95-
file_glob: true
96-
97-
- name: Upload Uninstaller Package to Release
98-
if: github.event_name == 'release'
99-
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
100-
with:
101-
repo_token: ${{ secrets.GITHUB_TOKEN }}
102-
file: ./dist/OCLP-R-Uninstaller.pkg
103-
tag: ${{ github.ref }}
104-
file_glob: true
77+
path: ./dist/OCLP-R-Uninstaller.pkg

ci_tooling/privileged_helper_tool/main.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ int main(int argc, const char * argv[]) {
109109
if (processSigningInformation == nil || parentProcessSigningInformation == nil) {
110110
return OCLP_PHT_ERROR_SIGNING_INFORMATION_MISSING;
111111
}
112-
/*
112+
113113
#ifdef DEBUG
114114
// Skip Team ID check in debug mode
115115
// DO NOT USE IN PRODUCTION
@@ -124,7 +124,7 @@ int main(int argc, const char * argv[]) {
124124
return OCLP_PHT_ERROR_INVALID_CERTIFICATES;
125125
}
126126
#endif
127-
*/
127+
128128
NSString *command = nil;
129129
NSArray *arguments = @[];
130130
if (argc == 2) {

0 commit comments

Comments
 (0)