Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tom8zds committed Jun 1, 2024
1 parent a305f0d commit fc88990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:version/version.dart';
void main() {
InnoSetup(
app: InnoSetupApp(
name: 'LocalSend-RS',
name: 'localsend_rs',
version: Version.parse('0.1.0'),
publisher: 'tomzds9@gihub',
urls: InnoSetupAppUrls(
Expand All @@ -17,7 +17,7 @@ void main() {
executable: File('build/windows/x64/runner/Release/localsend_rs.exe'),
location: Directory('build/windows/x64/runner/Release/'),
),
name: const InnoSetupName('LocalSend-RS-setup'),
name: const InnoSetupName('localsend_rs-setup'),
location: InnoSetupInstallerDirectory(
Directory('build/windows'),
),
Expand Down

0 comments on commit fc88990

Please sign in to comment.