Skip to content

Commit 023d105

Browse files
committed
feat: at long last my video recorder so that it helps me take good notes
1 parent 2f9fefa commit 023d105

8 files changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Before running this application, you'll need to install some dependencies:
4343

4444
The easiest way to get started is to download the pre-built binaries:
4545

46-
1. **Go to the [Releases page](https://github.com/your-username/loushrecorder/releases)**
46+
1. **Go to the [Releases page](https://github.com/LinuxDevil/MeetingVideo-Transrecorder/releases)**
4747
2. **Download the appropriate installer for your platform:**
48-
- **Windows**: `loushrecorder-1.0.0-setup.exe`
49-
- **macOS**: `loushrecorder-1.0.0.dmg`
48+
- **Windows**: `meetingvideo-transrecorder-1.0.0-setup.exe`
49+
- **macOS**: `meetingvideo-transrecorder-1.0.0.dmg`
5050
3. **Install and run the application**
5151

5252
### Option 2: Build from Source
@@ -56,8 +56,8 @@ If you prefer to build from source or need the latest development version:
5656
#### 1. Clone the Repository
5757

5858
```bash
59-
git clone <repository-url>
60-
cd loushrecorder
59+
git clone https://github.com/LinuxDevil/MeetingVideo-Transrecorder
60+
cd meetingvideo-transrecorder
6161
```
6262

6363
### 2. Install Dependencies
@@ -300,7 +300,7 @@ This will check and install required dependencies automatically.
300300
## Project Structure
301301

302302
```
303-
loushrecorder/
303+
meetingvideo-transrecorder/
304304
├── src/
305305
│ ├── main/ # Electron main process
306306
│ │ ├── handlers/ # IPC handlers
@@ -416,7 +416,7 @@ git push origin v1.0.1
416416

417417
#### For Manual Builds
418418

419-
1. **Go to the [Actions tab](https://github.com/your-username/loushrecorder/actions)**
419+
1. **Go to the [Actions tab](https://github.com/LinuxDevil/MeetingVideo-Transrecorder/actions)**
420420
2. **Click "Build Artifacts"**
421421
3. **Click "Run workflow"**
422422
4. **Select branch and click "Run workflow"**

dev-app-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
provider: generic
22
url: https://example.com/auto-updates
3-
updaterCacheDirName: loushrecorder-updater
3+
updaterCacheDirName: meetingvideo-transrecorder-updater

electron-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appId: com.electron.app
2-
productName: loushrecorder
2+
productName: meetingvideo-transrecorder
33
directories:
44
buildResources: build
55
files:
@@ -12,7 +12,7 @@ files:
1212
asarUnpack:
1313
- resources/**
1414
win:
15-
executableName: loushrecorder
15+
executableName: meetingvideo-transrecorder
1616
nsis:
1717
artifactName: ${name}-${version}-setup.${ext}
1818
shortcutName: ${productName}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "loushrecorder",
2+
"name": "meetingvideo-transrecorder",
33
"version": "1.0.0",
44
"description": "An Electron application with React and TypeScript",
55
"main": "./out/main/index.js",

scripts/release.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ echo 2. Create a GitHub release
4040
echo 3. Upload all artifacts to the release
4141
echo.
4242
echo 📋 You can monitor the progress at:
43-
echo https://github.com/your-username/loushrecorder/actions
43+
echo https://github.com/your-username/meetingvideo-transrecorder/actions
4444
echo.
4545
echo 📦 Once complete, users can download from:
46-
echo https://github.com/your-username/loushrecorder/releases
46+
echo https://github.com/your-username/meetingvideo-transrecorder/releases

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ echo " 2. Create a GitHub release"
4040
echo " 3. Upload all artifacts to the release"
4141
echo ""
4242
echo "📋 You can monitor the progress at:"
43-
echo " https://github.com/your-username/loushrecorder/actions"
43+
echo " https://github.com/your-username/meetingvideo-transrecorder/actions"
4444
echo ""
4545
echo "📦 Once complete, users can download from:"
46-
echo " https://github.com/your-username/loushrecorder/releases"
46+
echo " https://github.com/your-username/meetingvideo-transrecorder/releases"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
"""
3-
Setup script for LoushRecorder audio extraction dependencies
3+
Setup script for MeetingVideo-Transrecorder audio extraction dependencies
44
"""
55

66
import subprocess
@@ -68,7 +68,7 @@ def test_speech_recognition():
6868

6969
def main():
7070
"""Main setup function"""
71-
print("🔧 Setting up LoushRecorder audio extraction...")
71+
print("🔧 Setting up MeetingVideo-Transrecorder audio extraction...")
7272
print("=" * 50)
7373

7474
if not check_python_version():

0 commit comments

Comments
 (0)