Skip to content

Commit

Permalink
Suriya/wipe (#31)
Browse files Browse the repository at this point in the history
* remove mic

* Remove sample recording

* handle unable to process, smartly

* Fixing everything else

* Working website and shit

* Fixing pipeline
  • Loading branch information
subygan authored May 1, 2024
1 parent e4385e6 commit 776b64c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/01_build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
# run: echo $KEYSTORE_BASE64 | base64 -di > ./android/app/speaksharp.jks
# env:
# KEYSTORE_BASE64: ${{ secrets.KEYSTORE_BASE64 }}
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '17.x'
- name: Build android
run: |
flutter build apk --release
Expand Down
2 changes: 1 addition & 1 deletion dev/windows_evb_config_generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void main() {
},);

final document = builder.buildDocument();
File('lang-fe.evb').writeAsStringSync(document.toXmlString(pretty: true), mode: FileMode.append);
File('speaksharp.evb').writeAsStringSync(document.toXmlString(pretty: true), mode: FileMode.append);
}

void buildFile(XmlBuilder builder, String name, String path) {
Expand Down
4 changes: 2 additions & 2 deletions dmg/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "Lang fe",
"title": "SpeakSharp",
"icon": "../assets/desktop.png",
"contents": [
{ "x": 448, "y": 344, "type": "link", "path": "/Applications" },
{ "x": 192, "y": 344, "type": "file", "path": "../build/macos/Build/Products/Release/lang_FE.app" }
{ "x": 192, "y": 344, "type": "file", "path": "../build/macos/Build/Products/Release/speaksharp.app" }
]
}

0 comments on commit 776b64c

Please sign in to comment.